mn_basic_malloc_allocator.hpp
Go to the documentation of this file.
Definition: mn_basic_allocator.hpp:49
Definition: mn_basic_malloc_allocator.hpp:32
static void * allocate(size_t size, size_t alignment) noexcept
Definition: mn_basic_malloc_allocator.hpp:39
static void deallocate(void *ptr, size_t size, size_t alignment) noexcept
Definition: mn_basic_malloc_allocator.hpp:44
std_allocator_tag() allocator_category
Definition: mn_basic_malloc_allocator.hpp:34
static size_t get_max_alocator_size()
Definition: mn_basic_malloc_allocator.hpp:54
static size_t max_node_size()
Definition: mn_basic_malloc_allocator.hpp:50
std::false_type is_thread_safe
Definition: mn_basic_malloc_allocator.hpp:35
static void first() noexcept
Definition: mn_basic_malloc_allocator.hpp:37
Definition: mn_allocator_typetraits.hpp:27
Definition: mn_allocator_typetraits.hpp:25