Searched refs:rte_malloc_heap_destroy (Results 1 – 6 of 6) sorted by relevance
98 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()
678 rte_malloc_heap_destroy(heap_name); in test_realloc()
300 * ``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.
174 rte_malloc_heap_destroy;
629 rte_malloc_heap_destroy(const char *heap_name) in rte_malloc_heap_destroy() function
167 ``rte_malloc_heap_create()`` or ``rte_malloc_heap_destroy()`` function calls.