allocator_unbounded 类
描述一个对象,用于管理使用缓存类型为 cache_freelist 的对象类型 Type 的存储分配和释放,其长度由 max_unbounded 管理。
语法
template <class Type>
class allocator_unbounded;
参数
类型
由分配器分配元素类型。
备注
ALLOCATOR_DECL 宏将这个类作为以下语句中的 name 参数进行传递:ALLOCATOR_DECL(CACHE_FREELIST(stdext::allocators::max_unbounded), SYNC_DEFAULT, allocator_unbounded);
要求
标头:<allocators>
命名空间: stdext