Searched refs:MALLOC_MINSIZE_LOG2 (Results 1 – 1 of 1) sorted by relevance
384 #define MALLOC_MINSIZE_LOG2 8 in malloc_elem_free_list_index() macro390 if (size <= (1UL << MALLOC_MINSIZE_LOG2)) in malloc_elem_free_list_index()397 index = (log2 - MALLOC_MINSIZE_LOG2 + MALLOC_LOG2_INCREMENT - 1) / in malloc_elem_free_list_index()