Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AwaitArena Struct Reference

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
 

Detailed Description

Caller-owned monotonic arena for coroutine frame allocation.


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