WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::allocator_traits< Allocator > Member List

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

allocate_array(allocator_type &state, std::size_t count, std::size_t size, std::size_t alignment)wpi::memory::allocator_traits< Allocator >inlinestatic
allocate_node(allocator_type &state, std::size_t size, std::size_t alignment)wpi::memory::allocator_traits< Allocator >inlinestatic
allocator_type typedefwpi::memory::allocator_traits< Allocator >
deallocate_array(allocator_type &state, void *array, std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_traits< Allocator >inlinestatic
deallocate_node(allocator_type &state, void *node, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_traits< Allocator >inlinestatic
is_stateful typedefwpi::memory::allocator_traits< Allocator >
max_alignment(const allocator_type &state)wpi::memory::allocator_traits< Allocator >inlinestatic
max_array_size(const allocator_type &state)wpi::memory::allocator_traits< Allocator >inlinestatic
max_node_size(const allocator_type &state)wpi::memory::allocator_traits< Allocator >inlinestatic