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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c282 * "collect_count" (which it increments during the scan) matches
293 volatile uint16_t collect_count; member in struct:zone_page_table_entry
1623 entry_array[i].collect_count = 0;
2370 if (zp->collect_count == zp->alloc_count)
2398 zp->collect_count = 0;
2423 ++zp->collect_count;
2453 zp->collect_count = 0;
2515 if (zp->collect_count > 0)
2516 --zp->collect_count;
2522 zp->collect_count
[all...]

Completed in 26 milliseconds