<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On Jul 17, 2014, at 11:28 AM, shireesh bhat <<a href="mailto:shireeshbhat@yahoo.co.in">shireeshbhat@yahoo.co.in</a>> wrote:<div><blockquote type="cite"><div style="background-color: rgb(255, 255, 255); font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; position: static; z-index: auto;"><div>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.</div> </div></blockquote></div><br><div>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.</div><div><br></div><div>Jason</div></body></html>