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

  /external/valgrind/main/coregrind/
pub_core_options.h 219 extern Int VG_(clo_core_redzone_size);
m_options.c 107 Int VG_(clo_core_redzone_size) = CORE_REDZONE_DEFAULT_SZB; variable
m_mallocfree.c 516 // It might be overriden by VG_(clo_redzone_size) or VG_(clo_core_redzone_size).
536 if (VG_(clo_core_redzone_size) != rz_szB)
537 rz_szB = VG_(clo_core_redzone_size);
    [all...]
m_main.c     [all...]

Completed in 1866 milliseconds