On Jul 17, 2014, at 11:28 AM, shireesh bhat <[email protected]> wrote:
> Even if I find out the page's offset how do I find the address of 
> arena_run_t, since I just know the mapping information for every page which 
> is present in arena_chunk_t.

Take a close look at the header comments for struct arena_chunk_map_s.  The 
information is in the chunk's page map, which it sounds like you've already 
figured out how to access.

Jason
_______________________________________________
jemalloc-discuss mailing list
[email protected]
http://www.canonware.com/mailman/listinfo/jemalloc-discuss

Reply via email to