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