Home
last modified time | relevance | path

Searched refs:rte_malloc_heap_memory_attach (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_external_mem.c112 if (rte_malloc_heap_memory_attach(name, addr, len) >= 0 || in test_malloc_invalid_param()
155 if (rte_malloc_heap_memory_attach(valid_name, addr, len) >= 0 || in test_malloc_invalid_param()
190 if (rte_malloc_heap_memory_attach(valid_name, addr, 0) >= 0 || in test_malloc_invalid_param()
218 if (rte_malloc_heap_memory_attach(valid_name, NULL, len) >= 0 || in test_malloc_invalid_param()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h401 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def227 rte_malloc_heap_memory_attach
H A Dversion.map296 rte_malloc_heap_memory_attach;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c567 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_attach() function