Freigeben über


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

Concepts

CWin32Heap Class

CWin32Heap Members

CWin32Heap::Allocate

CWin32Heap::Reallocate

HeapFree