memory
|
Specialization of the allocator_traits for iteration_allocator.
allocate_node()
. Typedefs | |
using | allocator_type = iteration_allocator< N, BlockAllocator > |
using | is_stateful = std::true_type |
Static Functions | |
static void * | allocate_node (allocator_type &state, std::size_t size, std::size_t alignment) |
static void * | allocate_array (allocator_type &state, std::size_t count, std::size_t size, std::size_t alignment) |
static std::size_t | max_alignment (const allocator_type &) noexcept |
static void | deallocate_node (allocator_type &, void *, std::size_t, std::size_t) noexcept |
static void | deallocate_array (allocator_type &, void *, std::size_t, std::size_t, std::size_t) noexcept |
static std::size_t | max_node_size (const allocator_type &state) noexcept |
static std::size_t | max_array_size (const allocator_type &state) noexcept |
|
static |
|
static |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |