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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h160 extern void zone_gc(boolean_t);
H A Dzalloc.c280 * Asynchronously, the zone_gc() logic attempts to walk zone free
1617 * zone_gc() may scan the "zone_page_table" directly,
1731 /* zone_gc() is running. Since we need an element
1819 zone_gc(TRUE);
2113 /* zone_gc assumes zones are never freed */
2115 panic("zfree: freeing to zone_zone breaks zone_gc!");
2587 * zone_gc will walk through all the free elements in all the
2589 * pages. zone_gc is called by consider_zone_gc when the system
2593 zone_gc(boolean_t all_zones) function
2949 zone_gc(all_zone
[all...]

Completed in 25 milliseconds