Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp88 size_t contextStackSize; in CleanUp() local
90 RetrieveStackInfo(contextStackP, contextStackSize, contextGuardSize); in CleanUp()
91 ASAN_UNPOISON_MEMORY_REGION(contextStackP, contextStackSize); in CleanUp()