From cbf5760e629a71c4c7d66f4fbd7e47914e947879 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Dec 2007 00:11:49 +0000 Subject: * malloc/arena.c (grow_heap): Split out code to shrink heap into... (shrink_heap): ... this new function. (heap_trim): Call shrink_heap instead of grow_heap. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 531d6b9a5c..c575591e75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-12-11 Ulrich Drepper + * malloc/arena.c (grow_heap): Split out code to shrink heap into... + (shrink_heap): ... this new function. + (heap_trim): Call shrink_heap instead of grow_heap. + * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this case don't call alloc_perturb. -- cgit 1.4.1