WPILibC++ 2025.1.1
|
Allocators using a static, fixed-sized storage. More...
#include <type_traits>
#include "detail/align.hpp"
#include "detail/assert.hpp"
#include "detail/memory_stack.hpp"
#include "detail/utility.hpp"
#include "config.hpp"
Go to the source code of this file.
Classes | |
struct | wpi::memory::static_allocator_storage< Size > |
Storage for a static_allocator. More... | |
class | wpi::memory::static_allocator |
A stateful RawAllocator that uses a fixed sized storage for the allocations. More... | |
class | wpi::memory::static_block_allocator |
A BlockAllocator that allocates the blocks from a fixed size storage. More... | |
Namespaces | |
namespace | wpi |
Foonathan namespace. | |
namespace | wpi::memory |
Memory namespace. | |
Allocators using a static, fixed-sized storage.