Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/ !
H A Dkalloc.h370 #define KHEAP_NUM_STEPS (kalloc_log2down(KHEAP_MAX_SIZE) - \ macro
372 #define KHEAP_NUM_ZONES (KHEAP_NUM_STEPS * KHEAP_STEP_WIDTH + \
H A Dkalloc.c358 for (uint32_t i = 0; i < KHEAP_NUM_STEPS; i++) { in kalloc_zsize_compute()