次の方法で共有


CHeapPtrBase::ReallocateBytes

メモリの再割り当てを行います。

bool ReallocateBytes(
   size_t nBytes 
) throw( );

パラメーター

  • nBytes
    新しく割り当てるメモリ容量 (バイト単位)。

戻り値

メモリが正常に割り当てられた場合は true を返します。それ以外の場合は false を返します。

必要条件

**ヘッダー:**atlcoll.h

参照

参照

CHeapPtrBase クラス

CHeapPtrBase::AllocateBytes

CHeapPtrBase::Free

その他の技術情報

CHeapPtrBase のメンバー