From 7ecfbd386a340b52b6491f47fcf37f236cc5eaf1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 30 Apr 2007 22:18:46 +0000 Subject: [BZ #4349] 2007-04-30 Ulrich Drepper Jakub Jelinek [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 . --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d3e7b6..918a53b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-04-30 Ulrich Drepper + Jakub Jelinek + + [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 . + 2007-04-28 Ulrich Drepper [BZ #4102] -- cgit v1.1