allocator_chunklist Class

描述控制存储分配和释放对象的使用一个缓存 cache_chunklist类型的对象。

template <class Type>
    class allocator_chunklist;

参数

Parameter

说明

Type

分配器分配的元素类型。

备注

ALLOCATOR_DECL (<allocators>) 宏通过此选件类为以下语句的 name 参数: ALLOCATOR_DECL(CACHE_CHUNKLIST, SYNC_DEFAULT, allocator_chunklist);

要求

标头: <allocators>

命名空间: stdext

请参见

参考

<allocators>