Searched refs:rte_malloc_heap_create (Results 1 – 8 of 8) sorted by relevance
80 if (rte_malloc_heap_create(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()169 if (rte_malloc_heap_create(valid_name) != 0) { in test_malloc_invalid_param()278 if (rte_malloc_heap_create(heap_name) != 0) { in test_malloc_basic()
634 if (rte_malloc_heap_create(heap_name) != 0) { in test_realloc()
446 rte_malloc_heap_create(const char *heap_name);
223 rte_malloc_heap_create
292 rte_malloc_heap_create;
579 rte_malloc_heap_create(const char *heap_name) in rte_malloc_heap_create() function
226 ``rte_malloc_heap_create()`` or ``rte_malloc_heap_destroy()`` function calls.
815 ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME); in setup_extmem()