virtual MemoryHeap* GetAllocHeapOrNULL(const void * thisPtr) = 0;
Determine which heap allocation belongs to. This function will return NULL if the specified address does not come from one of allocated Scaleform heaps.
Parameters |
Description |
const void * thisPtr |
Pointer to the memory address of the heap. |
MemoryHeap object to which the allocation belongs to.