Searched refs:KHEAP_STEP_START (Results 1 – 2 of 2) sorted by relevance
229 uint32_t step = KHEAP_STEP_START; in kalloc_zsize_compute()2301 if (size < KHEAP_STEP_START) { in kalloc_next_good_size()2302 return KHEAP_STEP_START; in kalloc_next_good_size()2304 if (size < 2 * KHEAP_STEP_START) { in kalloc_next_good_size()2305 return 2 * KHEAP_STEP_START; in kalloc_next_good_size()
400 #define KHEAP_STEP_START 16 macro