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