allocator_unbounded 类

描述管理存储区分配和释放 Type 类型的对象使用一个使用 max_unbounded缓存管理的长度的 cache_freelist 类型的对象。

template <class Type>
    class allocator_unbounded;

参数

参数

说明

Type

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

备注

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

要求

页眉: <分配程序>

**命名空间:**stdext

请参见

参考

<allocators>