Searched refs:k_zone_dlut (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dkalloc.c257 * pointers and longs - the k_zone_dlut[] direct lookup table, indexed by
268 static int8_t k_zone_dlut[N_K_ZDLUT]; /* table of indices into k_zone[] */ variable
407 k_zone_dlut[i] = (int8_t)zindex;
428 zindex = (int)k_zone_dlut[dindex];
465 int zindex = (int)k_zone_dlut[dindex];

Completed in 20 milliseconds