WPILibC++ 2025.1.1
|
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 typedef | wpi::memory::allocator_traits< Allocator > | |
deallocate_array(allocator_type &state, void *array, std::size_t count, std::size_t size, std::size_t alignment) noexcept | wpi::memory::allocator_traits< Allocator > | inlinestatic |
deallocate_node(allocator_type &state, void *node, std::size_t size, std::size_t alignment) noexcept | wpi::memory::allocator_traits< Allocator > | inlinestatic |
is_stateful typedef | wpi::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 |