|
tetl 0.1.0
Embedded Template Library
|
#include <monotonic_allocator.hpp>
Public Types | |
| using | difference_type = etl::ptrdiff_t |
| using | size_type = etl::size_t |
| using | value_type = T |
Public Member Functions | |
| monotonic_allocator (etl::span< etl::byte > memory) | |
| auto | allocate (etl::size_t n) -> T * |
| auto | deallocate (T *p, etl::size_t n) -> void |
| using value_type = T |
|
inlineexplicit |
|
inline |