Default heap allocator policy for C++20 coroutine frames (HALO-eligible).
More...
#include <FramePool.hpp>
|
| static void * | allocate (std::size_t size) |
| |
| static void | deallocate (void *ptr, std::size_t size) noexcept |
| |
Default heap allocator policy for C++20 coroutine frames (HALO-eligible).
◆ 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: