Home
last modified time | relevance | path

Searched refs:protected_stack_size (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbb/
H A Dco_context.h310 const std::size_t protected_stack_size = page_aligned_stack_size + 2 * REG_PAGE_SIZE; in create_coroutine() local
313 …std::uintptr_t stack_ptr = (std::uintptr_t)mmap(nullptr, protected_stack_size, PROT_NONE, MAP_PRIV… in create_coroutine()