Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_heap.h44 malloc_heap_create(struct malloc_heap *heap, const char *heap_name);
H A Drte_malloc.c621 ret = malloc_heap_create(heap, heap_name); in rte_malloc_heap_create()
H A Dmalloc_heap.c1345 malloc_heap_create(struct malloc_heap *heap, const char *heap_name) in malloc_heap_create() function