sandbox
Loading...
Searching...
No Matches
sbx::memory::monotonic_arena_allocator< Type, Size > Class Template Reference

Classes

struct  rebind
 

Public Types

using value_type = Type
 
using pointer = value_type *
 

Public Member Functions

 monotonic_arena_allocator (std::span< std::uint8_t, Size > buffer) noexcept
 
template<typename Other >
 monotonic_arena_allocator (const monotonic_arena_allocator< Other, Size > &other) noexcept
 
auto allocate (std::size_t count) -> pointer
 
auto deallocate (pointer, std::size_t) noexcept -> void
 

The documentation for this class was generated from the following file: