Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cpp32 char *next_child_stack; variable
101 printf("NextChild stack: %p\n", next_child_stack); in Child()
104 next_child_context.uc_stack.ss_sp = next_child_stack; in Child()
223 next_child_stack = new char[kStackSize + 1]; in main()
249 delete[] next_child_stack; in main()