Searched refs:auto_check_counter (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.cpp619 unsigned auto_check_counter = 0; variable
624 if (! (++auto_check_counter % 10000)) {
625 malloc_printf("%s: At auto_check counter=%d\n", auto_prelude(), auto_check_counter);
627 if (auto_check_counter < auto_check_start) return 1;
628 if (auto_check_counter % auto_check_modulo) return 1;

Completed in 116 milliseconds