MemoryHeap::GetAllocHeapOrNULL

MemoryHeap::GetAllocHeapOrNULL
virtual MemoryHeap* GetAllocHeapOrNULL(const void * thisPtr) = 0;
Description

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
Parameters 
Description 
const void * thisPtr 
Pointer to the memory address of the heap. 
Return Value

MemoryHeap object to which the allocation belongs to.