allocator_newdel 类

实现使用 operator delete 释放内存块和 operator new 分配存储区分配的一个程序。

template <class Type>
    class allocator_newdel;

参数

参数

说明

Type

分配程序分配的元素类型。

备注

ALLOCATOR_DECL (<allocators>) 宏传递此类为以下语句的参数:nameALLOCATOR_DECL(CACHE_FREELIST stdext::allocators::max_none), SYNC_DEFAULT, allocator_newdel);

要求

页眉: <分配程序>

**命名空间:**stdext

请参见

参考

<allocators>