Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c1655 zone_t *type_zones = &kt_zones_for_size[type_zones_start]; in kalloc_type_distribute_zone_for_type() local
1668 kalloc_type_init_sig_eq(type_zones, n_zones, sig_zone); in kalloc_type_distribute_zone_for_type()
1680 kalloc_type_assign_zone_fixed(start, end, type_zones[0], sig_zone, in kalloc_type_distribute_zone_for_type()
1703 zone = shuffled_zidx == 0 ? sig_zone : type_zones[shuffled_zidx - 1]; in kalloc_type_distribute_zone_for_type()