Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_heap.c862 unsigned int i, n_segs, before_space, after_space; in malloc_heap_free() local
948 before_space = RTE_PTR_DIFF(aligned_start, elem); in malloc_heap_free()
950 if (before_space != 0 && in malloc_heap_free()
951 before_space < MALLOC_ELEM_OVERHEAD + MIN_DATA_SIZE) { in malloc_heap_free()