| description | Learn more about: allocator_suballoc Class | ||
|---|---|---|---|
| title | allocator_suballoc Class | ||
| ms.date | 11/04/2016 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 50c6a5c0-d00d-4276-9285-d908fd4f6483 |
Describes an object that manages storage allocation and freeing for objects of type Type using a cache of type cache_suballoc.
template <class Type>
class allocator_suballoc;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_SUBALLOC, SYNC_DEFAULT, allocator_suballoc);
Header: <allocators>
Namespace: stdext