MemoryHeap::FreeSysDirect

MemoryHeap::FreeSysDirect
virtual void FreeSysDirect(void* ptr, UPInt size) = 0;
Description

FreeSysDirect releases the memory block allocated directly from the system allocator by AllocSysDirect.

Parameters
Parameters 
Description 
void* ptr 
Pointer to the allocated memory block which is to be released. 
UPInt size 
The size of the memory block.