CCRTHeap::Free

Call this method to free a block of memory allocated by this memory manager.

virtual void Free(
   void* p 
) throw( );

Parameters

  • p
    Pointer to memory previously allocated by this memory manager. NULL is a valid value and does nothing.

Remarks

Implemented using free.

Requirements

Header: atlmem.h

See Also

Reference

CCRTHeap Class

CCRTHeap::Allocate

CCRTHeap::Reallocate

Other Resources

CCRTHeap Members