These documents cover heap management, specifically sharing, walking and switching heaps.
User::SwitchHeap()
, any new request
for memory is satisfied from the new heap.THeapWalk
class provides behaviour for walking
the heap. This class is pure virtual and developers must provide a derived
class in order to use it.