Destructor method.
Syntax
~CMemAllocator(void);
Remarks
This method overrides the base-class destructor to call CBaseAllocator::Decommit and CMemAllocator::ReallyFree.
See Also