Caller-owned monotonic arena for coroutine frame allocation. More...
#include <Await.h>
Public Member Functions | |
| AwaitArena (Span< char > memory) | |
| void * | allocate (size_t size, size_t alignment) |
| void | reset () |
| size_t | used () const |
| size_t | capacity () const |
| size_t | peakUsed () const |
| size_t | failedAllocationSize () const |
Caller-owned monotonic arena for coroutine frame allocation.