Home
last modified time | relevance | path

Searched defs:stackSizeBytes (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp30 StackfulCoroutineContext::StackfulCoroutineContext(uint8_t *stack, size_t stackSizeBytes) in StackfulCoroutineContext()
Dstackful_coroutine_manager.cpp853 size_t stackSizeBytes = 0; in CreateCoroutineContextImpl() local