* malloc/malloc.c (bin_at): Rewrite to be more clear and to not
commit41999a1a37a1c00864c7e390ac6c9f29ec1ae27c
authorUlrich Drepper <drepper@redhat.com>
Sun, 27 Aug 2006 04:38:05 +0000 (27 04:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 27 Aug 2006 04:38:05 +0000 (27 04:38 +0000)
tree5360f88142a35949927e64a80c537e0cee5da741
parent7166374764ceb7eb568c63e736f099b812f29a54
* malloc/malloc.c (bin_at): Rewrite to be more clear and to not

waste bins[0..1].
(malloc_state): Reduce bins size by 2.
(_int_malloc): Fix test for large enough buffer for early termination.
When no unsorted block matches perfectly and an exiting block has
to be split, use full list insert and not shortcut which assumes
the list is empty.
ChangeLog
malloc/malloc.c