Home
last modified time | relevance | path

Searched refs:MALLOC_LOG2_INCREMENT (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.c385 #define MALLOC_LOG2_INCREMENT 2 in malloc_elem_free_list_index() macro
397 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()