[Overview][Types][Classes][Index] |
Clears the memory
Source position: pooledmm.pp line 84
public procedure TNonFreePooledMemManager.Clear; |
Clear clears all blocks from memory, freeing the allocated memory blocks. None of the pointers returned by NewItem is valid after a call to Clear
|
Return a pointer to a new memory block |