Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at allocator_unbounded Class.
Describes an object that manages storage allocation and freeing for objects of type Type
using a cache of type cache_freelist with a length managed by max_unbounded.
Syntax
template <class Type>
class allocator_unbounded;
Parameters
Parameter | Description |
---|---|
Type |
The type of elements allocated by the allocator. |
Remarks
The ALLOCATOR_DECL macro passes this class as the name
parameter in the following statement: ALLOCATOR_DECL(CACHE_FREELIST(stdext::allocators::max_unbounded), SYNC_DEFAULT, allocator_unbounded);
Requirements
Header: <allocators>
Namespace: stdext