Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to free a block of memory allocated by this memory manager.
virtual void Free(
void* p
) throw( );
Parameters
- p
Pointer to memory previously allocated by this memory manager. NULL is a valid value and does nothing.
Remarks
Implemented using GlobalFree.
Requirements
Header: atlmem.h