Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h454 uint8_t dlut[KALLOC_DLUT_SIZE]; /* table of indices into k_zone[] */ member
H A Dkalloc.c507 zones->dlut[i] = zindex; in kalloc_zones_init()
528 zindex = (int)zones->dlut[dindex]; in kalloc_zones_init()
738 idx = khz->dlut[INDEX_ZDLUT(size)]; in kalloc_idx_for_size()
1458 uint32_t zindex = khz->dlut[INDEX_ZDLUT(size)]; in kalloc_heap_zone_for_size()