![]() |
WPILibC++ 2025.3.2
|
Specialization of the composable_allocator_traits for iteration_allocator classes. More...
#include <wpi/memory/iteration_allocator.hpp>
Public Types | |
using | allocator_type = iteration_allocator<N, BlockAllocator> |
Static Public Member Functions | |
static void * | try_allocate_node (allocator_type &state, std::size_t size, std::size_t alignment) noexcept |
static void * | try_allocate_array (allocator_type &state, std::size_t count, std::size_t size, std::size_t alignment) noexcept |
static bool | try_deallocate_node (allocator_type &state, void *ptr, std::size_t, std::size_t) noexcept |
static bool | try_deallocate_array (allocator_type &state, void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexcept |
Specialization of the composable_allocator_traits for iteration_allocator classes.
using wpi::memory::composable_allocator_traits< iteration_allocator< N, BlockAllocator > >::allocator_type = iteration_allocator<N, BlockAllocator> |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |