|
sandbox
|
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 |