|
Free a memory block.
virtual void FreeMemory( void * ptr ) = 0;
Parameters |
Description |
void * ptr |
Pointer to a memory block that was previously allocated with the AllocateMemory method. |
The FreeMemory method does not have a return value.
The FreeMemory method frees a memory block that has been allocated previously with the AllocateMemory method.