allocator_fixed_size 类
描述管理存储区分配和释放 Type 类型的对象使用一个使用 max_fixed_size缓存管理的长度的 cache_freelist 类型的对象。
template <class Type>
class allocator_fixed_size;
参数
参数 |
说明 |
---|---|
Type |
分配程序分配的元素类型。 |
备注
ALLOCATOR_DECL (<allocators>) 宏传递此类为以下语句的参数:nameALLOCATOR_DECL(CACHE_FREELIST(stdext::allocators::max_fixed_size<10>), SYNC_DEFAULT, allocator_fixed_size);
要求
页眉: <分配程序>
**命名空间:**stdext