CMemAllocator::ReallyFree
Releases all media samples in the free list.
void ReallyFree (void);
Return Values
No return value.
Remarks
The CMemAllocator class holds memory until the object is actually deleted. This member function can be overridden to handle freeing media samples when a decommit occurs.
This member function is protected.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.