allocator_suballoc 类

描述管理存储区分配和释放 Type 类型的对象使用的缓存类型 cache_suballoc的对象。

template <class Type>
    class allocator_suballoc;

参数

参数

说明

Type

分配程序分配的元素类型。

备注

ALLOCATOR_DECL (<allocators>) 宏传递此类为以下语句的参数:nameALLOCATOR_DECL(CACHE_SUBALLOC, SYNC_DEFAULT, allocator_suballoc);

要求

页眉: <分配程序>

**命名空间:**stdext

请参见

参考

<allocators>