]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Convert the unlink macro to the unlink_chunk function
authorFlorian Weimer <fweimer@redhat.com>
Mon, 12 Nov 2018 13:15:14 +0000 (14:15 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 12 Nov 2018 13:35:06 +0000 (14:35 +0100)
commit1ecba1fafc160ca70f81211b23f688df8676e612
tree9b95d08cc0ca92bc0b85840b928c6dab98482c7f
parent278fdabd8c45dc215222facd36febfc3f6f2a95d
malloc: Convert the unlink macro to the unlink_chunk function

This commit is in preparation of turning the macro into a proper
function.  The output arguments of the macro were in fact unused.

Also clean up uses of __builtin_expect.
ChangeLog
malloc/arena.c
malloc/malloc.c