Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.c835 unsigned int i, n_segs, before_space, after_space; in malloc_heap_free() local
915 before_space = RTE_PTR_DIFF(aligned_start, elem); in malloc_heap_free()
917 if (before_space != 0 && in malloc_heap_free()
918 before_space < MALLOC_ELEM_OVERHEAD + MIN_DATA_SIZE) { in malloc_heap_free()