Removes the TNonFreePooledMemManager instance from memory.
Source position: pooledmm.pp line 93
public destructor TNonFreePooledMemManager.Destroy; override; |
Destroy clears the list, clears the internal structures, and then calls the inherited Destroy.
Destroy should never be called directly. Instead Free should be used, or FreeAndNil
|
Creates a new instance of TNonFreePooledMemManager. |
|
|
Clears the memory. |