static MemoryHeap* SF_STDCALL GetHeapByAddress(const void* p);
GetHeapByAddress obtains the heap to which the memory allocation belongs.
Parameters |
Description |
paddr |
Pointer to the address of the memory block. |
Pointer to MemoryHeap object to which the allocation belongs.