HomeSort by relevance Sort by last modified time
    Searched refs:clo_max_stackframe (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_options.h 197 extern Word VG_(clo_max_stackframe);
m_stacks.c 294 if (delta < -VG_(clo_max_stackframe) || VG_(clo_max_stackframe) < delta) {
m_options.c 95 Word VG_(clo_max_stackframe) = 2000000; variable
m_main.c 284 - set VG_(clo_max_stackframe) (--max-stackframe=)
321 // Set up VG_(clo_max_stackframe) and VG_(clo_main_stacksize).
324 else if VG_INT_CLO(str, "--max-stackframe", VG_(clo_max_stackframe)) {}
    [all...]

Completed in 35 milliseconds