Fix mallinfo data.

The dlmalloc and jemalloc mallinfo did not agree so modify jemalloc to
return the same information as dlmalloc. Specifically, change usmblks
to return the total mapped in memory.

Bug: 17265653
Change-Id: Ibf5ca4dc8d1390a09cac480dfc965861620dc8c0
1 file changed