aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2012-05-16 16:46:10 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2012-05-16 16:46:10 -0700
commitbedee953d820c79f704c6e17f778ede94eb95fc4 (patch)
tree5979418f9cade0b3199d0e7854a207e5ec875f3e /ChangeLog
parent30b99d798f9728a96d4766dd3f7fcfe5daae8945 (diff)
downloadglibc-bedee953d820c79f704c6e17f778ede94eb95fc4.tar
glibc-bedee953d820c79f704c6e17f778ede94eb95fc4.tar.gz
glibc-bedee953d820c79f704c6e17f778ede94eb95fc4.tar.bz2
glibc-bedee953d820c79f704c6e17f778ede94eb95fc4.zip
For [BZ #208], accumulate malloc stats over all arenas.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecfdebcc13..e24512d7ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
+
+ [BZ #208]
+ * malloc.c (int_mallinfo): Add parameter to accumulate statistics
+ in instead of returning them. Return void.
+ (__libc_mallinfo): Accumulate over all arenas.
+ (__malloc_stats): Adjust for change in int_mallinfo interface.
+
2012-05-16 Roland McGrath <roland@hack.frob.com>
[BZ #10375]