Searched refs:rte_malloc_heap_create (Results 1 – 7 of 7) sorted by relevance
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()
440 rte_malloc_heap_create(const char *heap_name);
148 rte_malloc_heap_create;
588 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.
930 ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME); in setup_extmem()