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.
void Free(
void* p
) throw( );
Parameters
- p
Pointer to memory previously allocated by this memory manager.
Remarks
Use this method to free memory obtained by IAtlMemMgr::Allocate or IAtlMemMgr::Reallocate.
Example
For an example, see the IAtlMemMgr Overview.
Requirements
Header: atlmem.h