boost::capy::get_recycling_memory_resource

Returns pointer to the default recycling memory resource.

Synopsis

std::pmr::memory_resource*
get_recycling_memory_resource() noexcept;

Description

The returned pointer is valid for the lifetime of the program. This is the default allocator used by run_async.

Return Value

Pointer to the recycling memory resource.

See Also

recycling_memory_resource

run_async

Created with MrDocs