CHeapPtrBase::ReallocateBytes

调用此方法分配内存。

bool ReallocateBytes(
   size_t nBytes 
) throw( );

参数

  • nBytes
    分配的新大量内存,以字节为单位)。

返回值

否则返回true,如果成功分配内存,错误。

要求

Header: atlcoll.h

请参见

参考

CHeapPtrBase选件类

CHeapPtrBase::AllocateBytes

CHeapPtrBase::Free