Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dzalloc.c4706 zalloc_needs_refill(zone_t zone, zalloc_flags_t flags) in zalloc_needs_refill() function
4812 if (!z->z_permanent && !zalloc_needs_refill(z, flags)) { in zone_expand_locked()
4975 } while (!z->z_permanent && zalloc_needs_refill(z, flags)); in zone_expand_locked()