Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.c224 elem_start_pt(struct malloc_elem *elem, size_t size, unsigned align, in elem_start_pt() function
288 return elem_start_pt(elem, size, align, bound, contig) != NULL; in malloc_elem_can_hold()
436 struct malloc_elem *new_elem = elem_start_pt(elem, size, align, bound, in malloc_elem_alloc()