diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-12-16 22:53:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-12-16 22:53:08 +0000 |
commit | 68631c8eb92ff38d9da1ae34f6aa048539b199cc (patch) | |
tree | 092db43d0f8df56b3df2a759012d029395376fd4 /ChangeLog | |
parent | 52386be756e113f20502f181d780aecc38cbb66a (diff) | |
download | glibc-68631c8eb92ff38d9da1ae34f6aa048539b199cc.tar.gz glibc-68631c8eb92ff38d9da1ae34f6aa048539b199cc.tar.xz glibc-68631c8eb92ff38d9da1ae34f6aa048539b199cc.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 97b45e1fb2..2c26e08853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-12-16 Ulrich Drepper <drepper@redhat.com> + + * 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 <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P): |