| description | Learn more about: allocator_chunklist Class | ||
|---|---|---|---|
| title | allocator_chunklist Class | ||
| ms.date | 11/04/2016 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | ea72ed0a-dfdb-4c8b-8096-e4baf567b80f |
Describes an object that manages storage allocation and freeing for objects using a cache of type cache_chunklist.
template <class Type>
class allocator_chunklist;Type
The type of elements allocated by the allocator.
The ALLOCATOR_DECL macro passes this class as the name parameter in the following statement: ALLOCATOR_DECL(CACHE_CHUNKLIST, SYNC_DEFAULT, allocator_chunklist);
Header: <allocators>
Namespace: stdext