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 290 extern Word VG_(clo_max_stackframe);
m_stacks.c 420 if (UNLIKELY(delta < -VG_(clo_max_stackframe) \
421 || VG_(clo_max_stackframe) < delta)) { \
m_options.c 127 Word VG_(clo_max_stackframe) = 2000000; variable
m_main.c 356 - set VG_(clo_max_stackframe) (--max-stackframe=)
395 // Set up VG_(clo_max_stackframe) and VG_(clo_main_stacksize).
398 else if VG_INT_CLO(str, "--max-stackframe", VG_(clo_max_stackframe)) {}
    [all...]

Completed in 37 milliseconds