Add mmap usage in malloc_info output
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 30 May 2014 17:13:52 +0000 (22:43 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 30 May 2014 17:13:52 +0000 (22:43 +0530)
commit4d653a59ffeae0f46f76a40230e2cfa9587b7e7e
tree5db8b13d05ee2c628d5307b621ccc3e4bb33d5aa
parent5190c17f2280d3aa27cfb057816d09d9af03b167
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.
ChangeLog
malloc/malloc.c