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