Microsoft DirectX 8.1 (C++)

CMemAllocator::Free

Called during a decommit operation.

Syntax

void Free(void); 

Remarks

This method overrides the pure virtual method CBaseAllocator::Free, which is called during a decommit operation. In the CMemAllocator class, this method does not do anything. Memory is freed in the destructor method, by calling the CMemAllocator::ReallyFree method.

See Also