<div dir="ltr"><div><br></div>My use case is to walk through all live allocations ( the ones which are not freed yet) of all sizes the program ever made and dump it as the end of the program or on demand. I have looked at stats but I want something with even more details. Basically, the function should be able to iterate through all arenas and print details on following lines:<div><br></div><div>arena = 1 base = 0x7fd7beb88800 size = 15 bytes etc<br clear="all"><div><br></div><div>Is there any api in jemalloc which already does subset of this  ? Any pointers will be helpful. </div><div><br></div>
</div></div>