* malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
commit68631c8eb92ff38d9da1ae34f6aa048539b199cc
authorUlrich Drepper <drepper@redhat.com>
Sun, 16 Dec 2007 22:53:08 +0000 (16 22:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 16 Dec 2007 22:53:08 +0000 (16 22:53 +0000)
tree092db43d0f8df56b3df2a759012d029395376fd4
parent52386be756e113f20502f181d780aecc38cbb66a
* malloc/malloc.c (public_mTRIm): Iterate over all arenas and call

mTRIm for all of them.
(mTRIm): Additionally iterate over all free blocks and use madvise
to free memory for all those blocks which contain at least one
memory page.

* malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
ChangeLog
malloc/malloc.c