virtual void FreeSysDirect(void* ptr, UPInt size) = 0;
FreeSysDirect releases the memory block allocated directly from the system allocator by AllocSysDirect.
Parameters |
Description |
void* ptr |
Pointer to the allocated memory block which is to be released. |
UPInt size |
The size of the memory block. |