memory
allocator_traits< Allocator > Member List

This is the complete list of members for allocator_traits< Allocator >, including all inherited members.

allocate_array(allocator_type &state, std::size_t count, std::size_t size, std::size_t alignment) (defined in allocator_traits< Allocator >)allocator_traits< Allocator >static
allocate_node(allocator_type &state, std::size_t size, std::size_t alignment) (defined in allocator_traits< Allocator >)allocator_traits< Allocator >static
allocator_type typedef (defined in allocator_traits< Allocator >)allocator_traits< Allocator >
deallocate_array(allocator_type &state, void *array, std::size_t count, std::size_t size, std::size_t alignment) noexcept (defined in allocator_traits< Allocator >)allocator_traits< Allocator >static
deallocate_node(allocator_type &state, void *node, std::size_t size, std::size_t alignment) noexcept (defined in allocator_traits< Allocator >)allocator_traits< Allocator >static
is_stateful typedef (defined in allocator_traits< Allocator >)allocator_traits< Allocator >
max_alignment(const allocator_type &state) (defined in allocator_traits< Allocator >)allocator_traits< Allocator >static
max_array_size(const allocator_type &state) (defined in allocator_traits< Allocator >)allocator_traits< Allocator >static
max_node_size(const allocator_type &state) (defined in allocator_traits< Allocator >)allocator_traits< Allocator >static