WPILibC++ 2025.1.1
|
Class template wpi::memory::iteration_allocator. More...
#include "detail/debug_helpers.hpp"
#include "detail/memory_stack.hpp"
#include "default_allocator.hpp"
#include "error.hpp"
#include "memory_arena.hpp"
Go to the source code of this file.
Classes | |
class | wpi::memory::iteration_allocator< N, BlockOrRawAllocator > |
A stateful RawAllocator that is designed for allocations in a loop. More... | |
class | wpi::memory::double_frame_allocator< BlockOrRawAllocator > |
An alias for iteration_allocator for two iterations. More... | |
class | wpi::memory::allocator_traits< iteration_allocator< N, BlockAllocator > > |
Specialization of the allocator_traits for iteration_allocator. More... | |
class | wpi::memory::composable_allocator_traits< iteration_allocator< N, BlockAllocator > > |
Specialization of the composable_allocator_traits for iteration_allocator classes. More... | |
Namespaces | |
namespace | wpi |
Foonathan namespace. | |
namespace | wpi::memory |
Memory namespace. | |
namespace | wpi::memory::detail |
Typedefs | |
template<class BlockOrRawAllocator > | |
using | wpi::memory::detail::iteration_block_allocator |
Class template wpi::memory::iteration_allocator.