Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_external_mem.c80 if (rte_malloc_heap_create(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
169 if (rte_malloc_heap_create(valid_name) != 0) { in test_malloc_invalid_param()
278 if (rte_malloc_heap_create(heap_name) != 0) { in test_malloc_basic()
H A Dtest_malloc.c634 if (rte_malloc_heap_create(heap_name) != 0) { in test_realloc()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h446 rte_malloc_heap_create(const char *heap_name);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def223 rte_malloc_heap_create
H A Dversion.map292 rte_malloc_heap_create;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c579 rte_malloc_heap_create(const char *heap_name) in rte_malloc_heap_create() function
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst226 ``rte_malloc_heap_create()`` or ``rte_malloc_heap_destroy()`` function calls.
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c815 ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME); in setup_extmem()