* malloc/arena.c (grow_heap): Split out code to shrink heap into...
commitcbf5760e629a71c4c7d66f4fbd7e47914e947879
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Dec 2007 00:11:49 +0000 (12 00:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Dec 2007 00:11:49 +0000 (12 00:11 +0000)
treeacfdb6eccc9008f9f623801515fd1fb762c36b68
parent17edb30c62d6e0d84f1e9b40e7df3a43b254f551
* 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
malloc/arena.c