Microsoft DirectX 9.0 |
The Free method is called during a decommit operation. This method implements the pure virtual CBaseAllocator::Free method, but does nothing. The buffer memory is not actually released until the CMemAllocator object is destroyed. The destructor method calls CMemAllocator::ReallyFree to release the memory.
Syntax
void Free(void);
See Also