allocator_variable_size 类

描述一个对象,用于管理使用缓存类型为 cache_freelist 的对象类型 Type 的存储分配和释放,其长度由 max_variable_size 管理。

语法

template <class Type>
class allocator_variable_size;

参数

类型
由分配器分配元素类型。

备注

ALLOCATOR_DECL 宏将这个类作为以下语句中的 name 参数进行传递:ALLOCATOR_DECL(CACHE_FREELIST(stdext::allocators::max_variable_size), SYNC_DEFAULT, allocator_variable_size);

要求

标头:<allocators>

命名空间: stdext

另请参阅

<allocators>