Searched refs:sanity_fast_count (Results 1 – 1 of 1) sorted by relevance
145 static UInt sanity_fast_count = 0; variable162 sanity_fast_count, sanity_slow_count ); in VG_()2217 sanity_fast_count++; in VG_()2235 && sanity_fast_count == next_slow_check_at)) { in VG_()2237 if (0) VG_(printf)("SLOW at %u\n", sanity_fast_count-1); in VG_()2239 next_slow_check_at = sanity_fast_count - 1 + slow_check_interval; in VG_()