27 std::vector<Allocation> _pool;
28 std::size_t _stack_size_pages{8};
Allocator used by default.
static void SetCacheSize(std::uint32_t size) noexcept
std::size_t GetMinStackSize() noexcept final
void Release(Allocation allocation) final
Allocation Allocate() final
void SetMinStackSize(std::size_t pages) noexcept final
Passed to coroutine/fiber constructor, specifies the way in which memory for Stack is Allocated and R...
Contract< V, E > MakeContract()
Creates related future and promise.