Searched refs:protected_stack_size (Results 1 – 1 of 1) sorted by relevance
310 const std::size_t protected_stack_size = page_aligned_stack_size + 2 * REG_PAGE_SIZE; in create_coroutine() local313 …std::uintptr_t stack_ptr = (std::uintptr_t)mmap(nullptr, protected_stack_size, PROT_NONE, MAP_PRIV… in create_coroutine()