static MemoryHeap* SF_STDCALL GetHeapByAddressOrNULL(const void* p);
Obtains the heap to which the memory allocation belongs or NULL if not found.
Parameters |
Description |
const void* p |
Pointer to the address of the memory block. |
Pointer to MemoryHeap object to which the allocation belongs or NULL if not found.