#include <mn_allocator_typetraits.hpp>
|
static pointer | allocate_node (allocator_type &state, size_type size, size_type alignment) |
|
static pointer | allocate_array (allocator_type &state, size_type count, size_type size, size_type alignment) |
|
static void | deallocate_node (allocator_type &state, pointer node, size_type size, size_type alignment) noexcept |
|
static void | deallocate_array (allocator_type &state, pointer node, size_type count, size_type size, size_type alignment) noexcept |
|
static size_type | max_node_size (const allocator_type &state) |
|
static size_type | max_array_size (const allocator_type &state) |
|
static size_type | max_alignment (const allocator_type &state) |
|
◆ allocator_type
template<class TAllocator >
◆ pointer
template<class TAllocator >
◆ size_type
template<class TAllocator >
◆ allocate_array()
template<class TAllocator >
◆ allocate_node()
template<class TAllocator >
◆ deallocate_array()
template<class TAllocator >
◆ deallocate_node()
template<class TAllocator >
◆ max_alignment()
template<class TAllocator >
◆ max_array_size()
template<class TAllocator >
◆ max_node_size()
template<class TAllocator >
The documentation for this class was generated from the following file: