Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_external_mem.c86 if (rte_malloc_heap_destroy(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
129 if (rte_malloc_heap_destroy(valid_name) >= 0 || rte_errno != ENOENT) { in test_malloc_invalid_param()
257 if (rte_malloc_heap_destroy(valid_name) != 0) { in test_malloc_invalid_param()
264 rte_malloc_heap_destroy(valid_name); in test_malloc_invalid_param()
334 if (rte_malloc_heap_destroy(heap_name) >= 0 || rte_errno != EBUSY) { in test_malloc_basic()
375 if (rte_malloc_heap_destroy(heap_name) != 0) { in test_malloc_basic()
388 rte_malloc_heap_destroy(heap_name); in test_malloc_basic()
H A Dtest_malloc.c669 rte_malloc_heap_destroy(heap_name); in test_realloc()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h470 rte_malloc_heap_destroy(const char *heap_name);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def224 rte_malloc_heap_destroy
H A Dversion.map293 rte_malloc_heap_destroy;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c630 rte_malloc_heap_destroy(const char *heap_name) in rte_malloc_heap_destroy() 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.