[BZ #4349]
commit7ecfbd386a340b52b6491f47fcf37f236cc5eaf1
authorUlrich Drepper <drepper@redhat.com>
Mon, 30 Apr 2007 22:18:46 +0000 (30 22:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 30 Apr 2007 22:18:46 +0000 (30 22:18 +0000)
tree0a296767cdb87e11f0ff42dd1ea64afbe97acfa7
parente53f0f51a62061e0c654d4b2f82d4c71b4d71932
[BZ #4349]

2007-04-30  Ulrich Drepper  <drepper@redhat.com>
    Jakub Jelinek  <jakub@redhat.com>

[BZ #4349]
* malloc/malloc.c: Keep separate list for first blocks on the bin
lists with a given size.  This helps skipping over list elements
we know won't fit in two places.
Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
ChangeLog
malloc/malloc.c