Searched refs:find_suitable_element (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_heap.c | 154 find_suitable_element(struct malloc_heap *heap, size_t size, in find_suitable_element() function 247 elem = find_suitable_element(heap, size, flags, align, bound, contig); in heap_alloc() 374 ret = find_suitable_element(heap, elt_size, flags, align, bound, in alloc_pages_on_heap() 616 ret = find_suitable_element(heap, size, flags, align, bound, contig); in alloc_more_mem_on_socket()
|