When running !mona dumpobj I would like to see which Chunk, Segment, Allocator and Heap an address belongs too.
If it happens to be a free Chunk, related structures like the Free List/List Hint or the LFH Sub Segment.
Based on that match, I would like to see more details about the related structures such as:
- Chunk size and state
- Segment info (to which heap does it belong, etc...)
- etc...
When running
!mona dumpobjI would like to see which Chunk, Segment, Allocator and Heap an address belongs too.If it happens to be a free Chunk, related structures like the Free List/List Hint or the LFH Sub Segment.
Based on that match, I would like to see more details about the related structures such as: