Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_external_mem.c118 if (rte_malloc_heap_memory_detach(name, addr, len) >= 0 || in test_malloc_invalid_param()
161 if (rte_malloc_heap_memory_detach(valid_name, addr, len) >= 0 || in test_malloc_invalid_param()
196 if (rte_malloc_heap_memory_detach(valid_name, addr, 0) >= 0 || in test_malloc_invalid_param()
224 if (rte_malloc_heap_memory_detach(valid_name, NULL, len) >= 0 || in test_malloc_invalid_param()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h426 rte_malloc_heap_memory_detach(const char *heap_name, void *va_addr, size_t len);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def228 rte_malloc_heap_memory_detach
H A Dversion.map297 rte_malloc_heap_memory_detach;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c573 rte_malloc_heap_memory_detach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_detach() function