CHeapPtrBase::ReallocateBytes

 

Call this method to reallocate memory.

Syntax

      bool ReallocateBytes(
   size_t nBytes 
) throw( );

Parameters

  • nBytes
    The new amount of memory to allocate, in bytes.

Return Value

Returns true if the memory is successfully allocated, false otherwise.

Requirements

Header: atlcoll.h

See Also

CHeapPtrBase Class
CHeapPtrBase::AllocateBytes
CHeapPtrBase::Free