CCRTAllocator::Free

 

Call this static function to free memory.

Syntax

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

Parameters

  • p
    Pointer to the allocated memory.

Remarks

Frees the allocated memory. See free for more details.

Requirements

Header: atlalloc.h

See Also

CCRTAllocator Class
CCRTAllocator::Allocate
CCRTAllocator::Reallocate