Searched refs:heap_alloc (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_heap.c | 236 heap_alloc(struct malloc_heap *heap, const char *type __rte_unused, size_t size, in heap_alloc() function 654 ret = heap_alloc(heap, type, size, flags, align, bound, contig); in malloc_heap_alloc_on_heap_id() 675 ret = heap_alloc(heap, type, size, size_flags, align, bound, contig); in malloc_heap_alloc_on_heap_id() 685 ret = heap_alloc(heap, type, size, flags, align, bound, contig); in malloc_heap_alloc_on_heap_id()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 907 passed as a parameter to the ``heap_alloc()`` function, along with the 910 The ``heap_alloc()`` function will scan the free_list of the heap, and attempt
|