aligned_allocator
An allocator that can allocate memory aligned to a certain alignment boundary with the final allocated size a multiple of some required size.
|
Types
Type | Definition | Notes |
---|---|---|
|
typename allocator_t::const_pointer | |
|
typename allocator_t::const_reference | |
|
typename allocator_t::difference_type | |
|
typename allocator_t::pointer | |
|
typename allocator_t::reference | |
|
typename allocator_t::size_type | |
|
typename allocator_t::value_type |
Member Functions
(constructor) | |
(destructor) | |
Allocate |
|
Deallocates |
|