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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h141 uint32_t free_check_count; /* counter for poisoning/checking every N frees */ member in struct:zone
H A Dzalloc.c166 zone->free_check_count++ % free_check_sample_factor == 0 &&
168 zone->free_check_count = 1;

Completed in 20 milliseconds