Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
corium::async::HeapFrameAllocator Struct Reference

Default heap allocator policy for C++20 coroutine frames (HALO-eligible). More...

#include <FramePool.hpp>

+ Collaboration diagram for corium::async::HeapFrameAllocator:

Static Public Member Functions

static void * allocate (std::size_t size)
 
static void deallocate (void *ptr, std::size_t size) noexcept
 

Detailed Description

Default heap allocator policy for C++20 coroutine frames (HALO-eligible).

Member Function Documentation

◆ allocate()

static void * corium::async::HeapFrameAllocator::allocate ( std::size_t  size)
inlinestatic

◆ deallocate()

static void corium::async::HeapFrameAllocator::deallocate ( void *  ptr,
std::size_t  size 
)
inlinestaticnoexcept

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