Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.c384 #define MALLOC_MINSIZE_LOG2 8 in malloc_elem_free_list_index() macro
390 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()