diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-13 20:33:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-13 20:33:06 +0000 |
commit | 366ad8fd05f7df5420b846f76abaf2a7d8f32c0a (patch) | |
tree | 89ec5143ea7b4d73eb1f3c33694433d200cfbffa | |
parent | bf98bd2966b728e29cb05eb562a711b819fec22e (diff) | |
download | glibc-366ad8fd05f7df5420b846f76abaf2a7d8f32c0a.zip glibc-366ad8fd05f7df5420b846f76abaf2a7d8f32c0a.tar.gz glibc-366ad8fd05f7df5420b846f76abaf2a7d8f32c0a.tar.bz2 |
* malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
number of mmaps. n_mmaps_max is the target.
* malloc/hooks.c: Likewise.
* malloc/arena.c: Likewise.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-05-13 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum + number of mmaps. n_mmaps_max is the target. + * malloc/hooks.c: Likewise. + * malloc/arena.c: Likewise. + 2007-05-12 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for |