-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information
Ulrich Drepper
committed
Dec 12, 2007
1 parent
17edb30
commit cbf5760
Showing
2 changed files
with
51 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters