Searched refs:rte_malloc_heap_destroy (Results 1 – 7 of 7) sorted by relevance
86 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()
669 rte_malloc_heap_destroy(heap_name); in test_realloc()
470 rte_malloc_heap_destroy(const char *heap_name);
224 rte_malloc_heap_destroy
293 rte_malloc_heap_destroy;
630 rte_malloc_heap_destroy(const char *heap_name) in rte_malloc_heap_destroy() function
226 ``rte_malloc_heap_create()`` or ``rte_malloc_heap_destroy()`` function calls.