diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-05-16 16:46:10 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-05-16 16:46:10 -0700 |
commit | bedee953d820c79f704c6e17f778ede94eb95fc4 (patch) | |
tree | 5979418f9cade0b3199d0e7854a207e5ec875f3e /ChangeLog | |
parent | 30b99d798f9728a96d4766dd3f7fcfe5daae8945 (diff) | |
download | glibc-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |