Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_external_mem.c98 if (rte_malloc_heap_destroy(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
141 if (rte_malloc_heap_destroy(valid_name) >= 0 || rte_errno != ENOENT) { in test_malloc_invalid_param()
269 if (rte_malloc_heap_destroy(valid_name) != 0) { in test_malloc_invalid_param()
276 rte_malloc_heap_destroy(valid_name); in test_malloc_invalid_param()
346 if (rte_malloc_heap_destroy(heap_name) >= 0 || rte_errno != EBUSY) { in test_malloc_basic()
387 if (rte_malloc_heap_destroy(heap_name) != 0) { in test_malloc_basic()
400 rte_malloc_heap_destroy(heap_name); in test_malloc_basic()
H A Dtest_malloc.c678 rte_malloc_heap_destroy(heap_name); in test_realloc()
/dpdk/lib/eal/include/
H A Drte_malloc.h300 * ``rte_malloc_heap_create()``/``rte_malloc_heap_destroy()`` functions.
475 rte_malloc_heap_destroy(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/lib/eal/
H A Dversion.map174 rte_malloc_heap_destroy;
/dpdk/lib/eal/common/
H A Drte_malloc.c629 rte_malloc_heap_destroy(const char *heap_name) in rte_malloc_heap_destroy() function
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst167 ``rte_malloc_heap_create()`` or ``rte_malloc_heap_destroy()`` function calls.