Home
last modified time | relevance | path

Searched refs:rte_malloc_heap_create (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_malloc.h300 * ``rte_malloc_heap_create()``/``rte_malloc_heap_destroy()`` functions.
452 rte_malloc_heap_create(const char *heap_name);
513 * ``rte_malloc_heap_create()``/``rte_malloc_heap_destroy()`` functions.
527 * ``rte_malloc_heap_create()``/``rte_malloc_heap_destroy()`` functions.
/dpdk/app/test/
H A Dtest_external_mem.c92 if (rte_malloc_heap_create(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
181 if (rte_malloc_heap_create(valid_name) != 0) { in test_malloc_invalid_param()
290 if (rte_malloc_heap_create(heap_name) != 0) { in test_malloc_basic()
H A Dtest_malloc.c643 if (rte_malloc_heap_create(heap_name) != 0) { in test_realloc()
/dpdk/lib/eal/
H A Dversion.map173 rte_malloc_heap_create;
/dpdk/lib/eal/common/
H A Drte_malloc.c578 rte_malloc_heap_create(const char *heap_name) in rte_malloc_heap_create() function
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst167 ``rte_malloc_heap_create()`` or ``rte_malloc_heap_destroy()`` function calls.