Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dgzalloc.c419 assert(zone->z_self == zone); in gzalloc_alloc()
463 assert(zone->z_self == zone); in gzalloc_free()
544 assert(zone->z_self == zone); in gzalloc_free()
H A Dzalloc.c1339 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_require_panic()
4241 assert(zone->z_self == zone); in zcram_and_lock()
4864 if (z->z_self && z->z_async_refilling) { in zone_expand_async()
6203 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_id_require_ro_panic()
6287 assert(zone->z_self == zone); in _zalloc_permanent()
6573 if (!z->z_self || z->z_expander || z->z_expander_vm_priv || in zone_reclaim()
6587 z->z_self = NULL; in zone_reclaim()
6910 if (z->z_self != z) { in compute_zone_working_set_size()
7163 if (!z->z_self) { in get_zone_info()
7743 return !z->z_self && !z->z_destroyed; in zone_is_initializing()
[all …]
H A Dzalloc_internal.h147 struct zone *z_self; member
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py638 if zval.z_self:
855 if zval.z_self:
862 if zval.z_self:
4220 if not zone.z_self or zone.z_permanent: