Searched refs:KHEAP_STEP_START (Results 1 – 2 of 2) sorted by relevance
229 uint32_t step = KHEAP_STEP_START; in kalloc_zsize_compute()2199 if (size < KHEAP_STEP_START) { in kalloc_next_good_size()2200 return KHEAP_STEP_START; in kalloc_next_good_size()2202 if (size < 2 * KHEAP_STEP_START) { in kalloc_next_good_size()2203 return 2 * KHEAP_STEP_START; in kalloc_next_good_size()
385 #define KHEAP_STEP_START 16 macro