From 366ad8fd05f7df5420b846f76abaf2a7d8f32c0a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 May 2007 20:33:06 +0000 Subject: * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 576aa3d266..621eee508f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-13 Ulrich Drepper + + * 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 * sysdeps/unix/sysv/linux/tst-getcpu.c: Include for -- cgit v1.2.3