IAtlMemMgr::Free
Call this method to free a block of memory.
void Free(
void* p
) throw( );
- p
Pointer to memory previously allocated by this memory manager.
Use this method to free memory obtained by IAtlMemMgr::Allocate or IAtlMemMgr::Reallocate.
For an example, see the IAtlMemMgr Overview.
Header: atlmem.h