Searched refs:KHEAP_STEP_START (Results 1 – 2 of 2) sorted by relevance
347 size_t step = KHEAP_STEP_START; in kalloc_zsize_compute()1818 if (size < KHEAP_STEP_START) { in kalloc_next_good_size()1819 return KHEAP_STEP_START; in kalloc_next_good_size()1821 if (size < 2 * KHEAP_STEP_START) { in kalloc_next_good_size()1822 return 2 * KHEAP_STEP_START; in kalloc_next_good_size()
368 #define KHEAP_STEP_START 16 macro