Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_heap.c232 heap_alloc(struct malloc_heap *heap, const char *type __rte_unused, size_t size, in heap_alloc() function
661 ret = heap_alloc(heap, type, size, flags, align, bound, contig); in malloc_heap_alloc_on_heap_id()
682 ret = heap_alloc(heap, type, size, size_flags, align, bound, contig); in malloc_heap_alloc_on_heap_id()
692 ret = heap_alloc(heap, type, size, flags, align, bound, contig); in malloc_heap_alloc_on_heap_id()
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst1002 passed as a parameter to the ``heap_alloc()`` function, along with the
1005 The ``heap_alloc()`` function will scan the free_list of the heap, and attempt