|
fiber
|
#include <StackAllocator.hpp>
Public Member Functions | |
| StackAllocator () | |
Public Member Functions inherited from fiber::StackAllocatorExtern | |
| constexpr | StackAllocatorExtern (word *buffer, std::size_t buffer_size) |
| constexpr bool | empty () const |
| constexpr std::size_t | max_size () const |
| constexpr std::size_t | allocated_size () const |
| constexpr std::size_t | max_allocated_size () const |
Additional Inherited Members | |
Public Types inherited from fiber::StackAllocatorExtern | |
| using | word = uint32_t |
|
inline |