Home | History | Annotate | Download | only in src

Lines Matching defs:stack_top

1066     void* const stack_top =
1070 reinterpret_cast<intptr_t>(stack_top) % kMaxStackAlignment == 0);
1072 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);