Clears the memory.
Source position: pooledmm.pp line 91
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. |