Home
last modified time | relevance | path

Searched refs:expandable (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h177 expandable :1, /* expand zone (with message)? */ member
H A Dzalloc.c4837 if (zone->expandable) { in zalloc_needs_refill()
4884 if (!zone->expandable && zone->z_wired_cur >= zone->z_wired_max) { in zone_expand_async_schedule_if_needed()
7733 z->expandable = true; in zone_init_defaults()
7752 zone->expandable = false; in zone_set_noexpand()
7762 zone->expandable = false; in zone_set_exhaustible()