Searched refs:MALLOC_LOG2_INCREMENT (Results 1 – 1 of 1) sorted by relevance
385 #define MALLOC_LOG2_INCREMENT 2 in malloc_elem_free_list_index() macro397 index = (log2 - MALLOC_MINSIZE_LOG2 + MALLOC_LOG2_INCREMENT - 1) / in malloc_elem_free_list_index()398 MALLOC_LOG2_INCREMENT; in malloc_elem_free_list_index()