From 68631c8eb92ff38d9da1ae34f6aa048539b199cc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 16 Dec 2007 22:53:08 +0000 Subject: * 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 97b45e1..2c26e08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-12-16 Ulrich Drepper + + * 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. + 2007-12-14 Ulrich Drepper * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P): -- cgit v1.1