Home
last modified time | relevance | path

Searched refs:malloc_heap_create_external_seg (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.h66 malloc_heap_create_external_seg(void *va_addr, rte_iova_t iova_addrs[],
H A Drte_malloc.c433 msl = malloc_heap_create_external_seg(va_addr, iova_addrs, n, page_sz, in rte_malloc_heap_memory_add()
H A Deal_common_memory.c925 if (malloc_heap_create_external_seg(va_addr, iova_addrs, n, in rte_extmem_register()
H A Dmalloc_heap.c1104 malloc_heap_create_external_seg(void *va_addr, rte_iova_t iova_addrs[], in malloc_heap_create_external_seg() function