次の方法で共有


allocator_newdel Class

メモリ ブロックと operator new を解放するためにメモリ ブロックを割り当てるに operator delete を使用するアロケーターを実装します。

template <class Type>
    class allocator_newdel;

パラメーター

パラメーター

説明

Type

アロケーターを割り当てる要素の型。

解説

ALLOCATOR_DECL (<allocators>) のマクロは次のステートメントの name のパラメーターとしてこのクラスを渡します: ALLOCATOR_DECL(CACHE_FREELIST stdext::allocators::max_none), SYNC_DEFAULT, allocator_newdel);

必要条件

ヘッダー: <allocators>

名前空間: の stdext

参照

関連項目

<allocators>