boost::capy::execution_context::get_frame_allocator
Return the memory resource used for coroutine frame allocation.
Description
The returned pointer is valid for the lifetime of this context. By default, this returns a pointer to the recycling memory resource which pools frame allocations for reuse.
See Also
set_frame_allocator
Created with MrDocs