allocator_suballoc Class

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

template <class Type>
    class allocator_suballoc;

参数

Parameter

说明

Type

分配器分配的元素类型。

备注

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

要求

标头: <allocators>

命名空间: stdext

请参见

参考

<allocators>