<div dir="ltr">Is there a way by which we can get actual number of bytes of data allocated by JEMALLOC + number of bytes allocated by mmap / bro system call in jemalloc?<div><br></div><div>I am looking for counters similar to mallinfo counters in jemalloc.</div><div>Using mall info() we get information about memory allocations performed using malloc.</div><div><br></div><div>I need similar counters from jemalloc:</div><div>- <b>hblkhd</b>:      Number of bytes in blocks currently allocated using mmap(2)</div><div>- <b>uordblks</b>:  Total number of bytes usd by in-use allocations </div><div>- <b>fordblks</b>:   Total number of bytes in free blocks.</div><div><br></div><div><br></div><div>Out of above 3, I suspect, stats.allocated is similar to uordblks.</div><div><br></div><div><br></div><div>Thanks,</div><div>Prajakta</div></div>