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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.h167 extern void zone_gc(boolean_t);
H A Dzalloc.c110 * in the static kernel region. zone_gc reverses that translation when
841 * Asynchronously, the zone_gc() logic attempts to walk zone free
2199 lck_grp_init(&zone_gc_lck_grp, "zone_gc", &zone_gc_lck_grp_attr);
2240 * zone_gc() may scan the "zone_page_table" directly,
2381 /* zone_gc() is running. Since we need an element
2469 zone_gc(TRUE);
2800 /* zone_gc assumes zones are never freed */
2802 panic("zfree: freeing to zone_zone breaks zone_gc!");
3213 * zone_gc will walk through all the free elements in all the
3215 * pages. zone_gc i
3219 zone_gc(boolean_t all_zones) function
[all...]

Completed in 77 milliseconds