共用方式為


allocator_suballoc 類別

描述處理儲存區配置和釋放 Type 型別的物件上使用快取 cache_suballoc型別的物件。

template <class Type>
    class allocator_suballoc;

參數

參數

說明

Type

項目型別由配置器所配置的記憶體。

備註

ALLOCATOR_DECL (<allocators>) 巨集是透過此類別為以下陳述式的 name 參數: ALLOCATOR_DECL(CACHE_SUBALLOC, SYNC_DEFAULT, allocator_suballoc);

需求

標題: <配置器>

**命名空間:**stdext

請參閱

參考

<allocators>