allocator_newdel クラス
operator delete を使用してメモリ ブロックの割り当てを解放し、operator new を使用してメモリ ブロックを割り当てるアロケーターを実装します。
構文
template <class Type>
class allocator_newdel;
パラメーター
Type
アロケーターによって割り当てられた要素の型。
解説
ALLOCATOR_DECL マクロは、このクラスを次のステートメント内の name パラメーターとして渡します: ALLOCATOR_DECL(CACHE_FREELIST stdext::allocators::max_none), SYNC_DEFAULT, allocator_newdel);
要件
ヘッダー: <allocators>
名前空間: stdext