Searched refs:rte_malloc_heap_create (Results 1 – 6 of 6) sorted by relevance
300 * ``rte_malloc_heap_create()``/``rte_malloc_heap_destroy()`` functions.452 rte_malloc_heap_create(const char *heap_name);513 * ``rte_malloc_heap_create()``/``rte_malloc_heap_destroy()`` functions.527 * ``rte_malloc_heap_create()``/``rte_malloc_heap_destroy()`` functions.
92 if (rte_malloc_heap_create(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()181 if (rte_malloc_heap_create(valid_name) != 0) { in test_malloc_invalid_param()290 if (rte_malloc_heap_create(heap_name) != 0) { in test_malloc_basic()
643 if (rte_malloc_heap_create(heap_name) != 0) { in test_realloc()
173 rte_malloc_heap_create;
578 rte_malloc_heap_create(const char *heap_name) in rte_malloc_heap_create() function
167 ``rte_malloc_heap_create()`` or ``rte_malloc_heap_destroy()`` function calls.