Home
last modified time | relevance | path

Searched refs:malloc_heap_create (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.h60 malloc_heap_create(struct malloc_heap *heap, const char *heap_name);
H A Drte_malloc.c622 ret = malloc_heap_create(heap, heap_name); in rte_malloc_heap_create()
H A Dmalloc_heap.c1274 malloc_heap_create(struct malloc_heap *heap, const char *heap_name) in malloc_heap_create() function