Memory::GetHeapByAddressOrNULL

Memory::GetHeapByAddressOrNULL
static MemoryHeap* SF_STDCALL GetHeapByAddressOrNULL(const void* p);
Description

Obtains the heap to which the memory allocation belongs or NULL if not found.

Parameters
Parameters 
Description 
const void* p 
Pointer to the address of the memory block. 
Return Value

Pointer to MemoryHeap object to which the allocation belongs or NULL if not found.