CWin32Heap::Free
Frees memory previously allocated from the heap by CWin32Heap::Allocate or CWin32Heap::Reallocate.
virtual void Free(
void* p
) throw( );
Parameters
- p
Pointer to the block of memory to free. NULL is a valid value and does nothing.
Requirements
Header: atlmem.h