about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-12-12 00:11:49 +0000
committerUlrich Drepper <drepper@redhat.com>2007-12-12 00:11:49 +0000
commitcbf5760e629a71c4c7d66f4fbd7e47914e947879 (patch)
treeacfdb6eccc9008f9f623801515fd1fb762c36b68 /ChangeLog
parent17edb30c62d6e0d84f1e9b40e7df3a43b254f551 (diff)
downloadglibc-cbf5760e629a71c4c7d66f4fbd7e47914e947879.tar.gz
glibc-cbf5760e629a71c4c7d66f4fbd7e47914e947879.tar.xz
glibc-cbf5760e629a71c4c7d66f4fbd7e47914e947879.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 531d6b9a5c..c575591e75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* 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.