struct HeapInfo { HeapDesc Desc; MemoryHeap* pParent; char* pName; };
Heap descriptor used to indicate the attributes of the heap.
Members |
Description |
HeapDesc Desc; |
Description of the memory heap. |
MemoryHeap* pParent; |
Parent heap, if this describes a nested heap. Null for root heap. |
char* pName; |
Name of the heap, can be in UTF-8 format. |
SF_MemoryHeap.h