MemoryHeap::GetUsableSize

MemoryHeap::GetUsableSize
virtual UPInt GetUsableSize(const void* ptr) = 0;
Description

GetUsableSize returns the actual allocation size that can be safely used.

Parameters
Parameters 
Description 
const void* ptr 
Pointer to the heap. 
Return Value

UPInt value containing the allocation size.