Memory::GetHeapByAddress

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

GetHeapByAddress obtains the heap to which the memory allocation belongs.

Parameters
Parameters 
Description 
paddr 
Pointer to the address of the memory block. 
Return Value

Pointer to MemoryHeap object to which the allocation belongs.