allocator_chunklist 類別
描述處理儲存區配置和釋放物件所使用的快取 cache_chunklist型別的物件。
template <class Type>
class allocator_chunklist;
參數
參數 |
說明 |
---|---|
Type |
項目型別由配置器所配置的記憶體。 |
備註
ALLOCATOR_DECL (<allocators>) 巨集是透過此類別為以下陳述式的 name 參數: ALLOCATOR_DECL(CACHE_CHUNKLIST, SYNC_DEFAULT, allocator_chunklist);
需求
標題: <配置器>
**命名空間:**stdext