Removes an instance of TPooledMemManager class from memory.
Source position: pooledmm.pp line 72
| public destructor TPooledMemManager.Destroy; override; | 
Destroy calls Clear and then calls the inherited destroy.
Destroy should never be called directly. Instead Free should be used, or FreeAndNil
| 
 | Creates a new instance of the TPooledMemManager class. |