aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-05-30 22:43:52 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-05-30 22:43:52 +0530
commit4d653a59ffeae0f46f76a40230e2cfa9587b7e7e (patch)
tree5db8b13d05ee2c628d5307b621ccc3e4bb33d5aa /ChangeLog
parent5190c17f2280d3aa27cfb057816d09d9af03b167 (diff)
downloadglibc-4d653a59ffeae0f46f76a40230e2cfa9587b7e7e.zip
glibc-4d653a59ffeae0f46f76a40230e2cfa9587b7e7e.tar.gz
glibc-4d653a59ffeae0f46f76a40230e2cfa9587b7e7e.tar.bz2
Add mmap usage in malloc_info output
The current malloc_info xml output only has information about allocations on the heap. Display information about number of mappings and total mmapped size to this to complete the picture.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06d529d..d2a94b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
+ Roland McGrath <roland@hack.frob.com>
+
+ * malloc/malloc (malloc_info): Also print mmapped statistics.
+
2014-05-30 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.