Searched refs:elem_start_pt (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | malloc_elem.c | 219 elem_start_pt(struct malloc_elem *elem, size_t size, unsigned align, in elem_start_pt() function 283 return elem_start_pt(elem, size, align, bound, contig) != NULL; in malloc_elem_can_hold() 431 struct malloc_elem *new_elem = elem_start_pt(elem, size, align, bound, in malloc_elem_alloc()
|