When page heap is on, the chunks need to be enumerated in a different way.
The current routines that check if a pointer is in the heap, or that converts a position into a MnChunk object, need to be updated to support Page Heap
that way, we can still get size, state, etc in various routines, such as dumpobj
When page heap is on, the chunks need to be enumerated in a different way.
The current routines that check if a pointer is in the heap, or that converts a position into a MnChunk object, need to be updated to support Page Heap
that way, we can still get size, state, etc in various routines, such as dumpobj