21 std::size_t size = _stack_size_pages *
kPageSize;
46 if (
pages > _stack_size_pages) {
51 _stack_size_pages =
pages + 1;
56 return _stack_size_pages;
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
#define YACLIB_DEBUG(cond, message)
Contract< V, E > MakeContract()
Creates related future and promise.