Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cpp40 size_t from_stacksize; variable
58 __sanitizer_finish_switch_fiber(nullptr, &from_stack, &from_stacksize); in NextChild()
60 printf("NextChild from: %p %zu\n", from_stack, from_stacksize); in NextChild()
144 &from_stacksize); in Run()
146 printf("Main context from: %p %zu\n", from_stack, from_stacksize); in Run()