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