Searched refs:next_child_stack (Results 1 – 1 of 1) sorted by relevance
32 char *next_child_stack; variable101 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()