Home
last modified time | relevance | path

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

/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/include/
H A Drte_malloc.h440 rte_malloc_heap_create(const char *heap_name);
/dpdk/lib/eal/
H A Dversion.map148 rte_malloc_heap_create;
/dpdk/lib/eal/common/
H A Drte_malloc.c588 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.
/dpdk/app/test-pmd/
H A Dtestpmd.c930 ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME); in setup_extmem()