Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.c464 new_elem->pad = elem->pad; in malloc_elem_alloc()
465 new_elem->state = ELEM_PAD; in malloc_elem_alloc()
467 set_header(new_elem); in malloc_elem_alloc()
470 return new_elem; in malloc_elem_alloc()
478 split_elem(elem, new_elem); in malloc_elem_alloc()
479 new_elem->state = ELEM_BUSY; in malloc_elem_alloc()
482 return new_elem; in malloc_elem_alloc()
535 struct malloc_elem *new_elem; in malloc_elem_join_adjacent_free() local
546 new_elem = elem->prev; in malloc_elem_join_adjacent_free()
547 join_elem(new_elem, elem); in malloc_elem_join_adjacent_free()
[all …]