Microsoft DirectX 9.0

CMemAllocator::~CMemAllocator

Destructor method.

Syntax

~CMemAllocator(void);

Remarks

This method overrides the base-class destructor to call CBaseAllocator::Decommit and CMemAllocator::ReallyFree.

See Also