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

  /external/valgrind/coregrind/
pub_core_options.h 300 extern Word VG_(clo_max_stackframe);
m_stacks.c 428 if (UNLIKELY(delta < -VG_(clo_max_stackframe) \
429 || VG_(clo_max_stackframe) < delta)) { \
m_options.c 133 Word VG_(clo_max_stackframe) = 2000000; variable
m_main.c 365 - set VG_(clo_max_stackframe) (--max-stackframe=)
405 // Set up VG_(clo_max_stackframe) and VG_(clo_main_stacksize).
408 else if VG_INT_CLO(str, "--max-stackframe", VG_(clo_max_stackframe)) {}
    [all...]

Completed in 338 milliseconds