Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dzalloc_internal.h193 expandable :1, /* expand zone (with message)? */ member
H A Dzalloc.c4834 if (zone->expandable) { in zalloc_needs_refill()
4876 if (!zone->expandable && zone->z_wired_cur >= zone->z_wired_max) { in zone_expand_async_schedule_if_needed()
8573 z->expandable = true; in zone_init_defaults()
8592 zone->expandable = false; in zone_set_noexpand()
8602 zone->expandable = false; in zone_set_exhaustible()