Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h176 exhaustible :1, /* merely return if empty? */ member
H A Dzalloc.c4834 if (zone->exhaustible) { in zalloc_needs_refill()
6034 assert(!zone->exhaustible && in zalloc_ext()
6948 if (!z->z_nocaching && !z->z_pcpu_cache && !z->exhaustible && in compute_zone_working_set_size()
7197 .mzi_exhaustible = (uint64_t)zcopy.exhaustible, in get_zone_info()
7763 zone->exhaustible = true; in zone_set_exhaustible()
/xnu-8019.80.24/doc/
H A Dallocators.md278 It is worth noting that unless the zone is exhaustible or "special" (which is
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py706 if zone_val.exhaustible: