Implement malloc_info to replace mall_info48/3748/4
commit5c307a7dd13a6bcb6c02eb0f4ec9a3f9d0e13cd7
authorShaoqin Lu <shaoqin2@illinois.edu>
Fri, 2 Feb 2018 15:47:34 +0000 (2 09:47 -0600)
committerRonak Buch <rabuch2@illinois.edu>
Tue, 27 Feb 2018 20:44:39 +0000 (27 14:44 -0600)
treeb5bbf96d740e39a836a6dda9eb3d64d530b19a9b
parentac0fe0764621e10f1e1fdc053bb348fad7f3d541
Implement malloc_info to replace mall_info

mall_info does not support 64 bit addressing. malloc_info
is used to replace it.

malloc_info is streamed in a xml format. program parses the
string with regular expression to extract and sum mmap usage and
total usage.

Change-Id: Id650f86c1fc877a5ecd47e653865c21f32124558
src/conv-core/memory.c
src/scripts/Makefile
src/scripts/charmc
src/scripts/configure.ac
tests/util/check.C