Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cpp32 char *next_child_stack; variable
104 printf("NextChild stack: %p\n", next_child_stack); in Child()
107 next_child_context.uc_stack.ss_sp = next_child_stack; in Child()
177 next_child_stack = new char[kStackSize + 1]; in main()
204 delete[] next_child_stack; in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cc24 char *next_child_stack; variable
84 next_child_context.uc_stack.ss_sp = next_child_stack; in Child()
158 next_child_stack = new char[kStackSize + 1]; in main()
175 delete[] next_child_stack; in main()