Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dzalloc_internal.h490 uint8_t dlut[KALLOC_DLUT_SIZE]; /* table of indices into k_zone[] */ member
H A Dkalloc.c440 zones->dlut[i] = zindex; in kalloc_zones_init()
575 idx = khz->dlut[INDEX_ZDLUT(size)]; in kalloc_idx_for_size()
1737 z = khz->k_zone[khz->dlut[INDEX_ZDLUT(size)]]; in kalloc_heap_zone_for_size()