You can determine the heap from which any object was allocated by calling _mheap.
You can also get information about the heap itself by calling _ustats,
which tells you:
- The amount of memory the heap holds (excluding memory used for overhead)
- The amount of memory currently allocated from the heap
- The type of memory in the heap
- The size of the largest contiguous piece of memory available from the
heap