Share via


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

See Also

Reference

CWin32Heap Class

CWin32Heap::Allocate

CWin32Heap::Reallocate

HeapFree

Other Resources

CWin32Heap Members