struct HeapState { u32 tagName; void * headAllocator; void * tailAllocator; HeapState * pPrevState; };
CONFIDENTIAL