WPILibC++ 2025.1.1
|
This is the complete list of members for wpi::memory::composable_allocator_traits< Allocator >, including all inherited members.
allocator_type typedef | wpi::memory::composable_allocator_traits< Allocator > | |
try_allocate_array(allocator_type &state, std::size_t count, std::size_t size, std::size_t alignment) noexcept | wpi::memory::composable_allocator_traits< Allocator > | inlinestatic |
try_allocate_node(allocator_type &state, std::size_t size, std::size_t alignment) noexcept | wpi::memory::composable_allocator_traits< Allocator > | inlinestatic |
try_deallocate_array(allocator_type &state, void *array, std::size_t count, std::size_t size, std::size_t alignment) noexcept | wpi::memory::composable_allocator_traits< Allocator > | inlinestatic |
try_deallocate_node(allocator_type &state, void *node, std::size_t size, std::size_t alignment) noexcept | wpi::memory::composable_allocator_traits< Allocator > | inlinestatic |