Searched refs:find_suitable_element (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | malloc_heap.c | 150 find_suitable_element(struct malloc_heap *heap, size_t size, in find_suitable_element() function 244 elem = find_suitable_element(heap, size, flags, align, bound, contig); in heap_alloc() 380 ret = find_suitable_element(heap, elt_size, flags, align, bound, in alloc_pages_on_heap() 623 ret = find_suitable_element(heap, size, flags, align, bound, contig); in alloc_more_mem_on_socket()
|