Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_external_mem.c124 if (rte_malloc_heap_memory_attach(name, addr, len) >= 0 || in test_malloc_invalid_param()
167 if (rte_malloc_heap_memory_attach(valid_name, addr, len) >= 0 || in test_malloc_invalid_param()
202 if (rte_malloc_heap_memory_attach(valid_name, addr, 0) >= 0 || in test_malloc_invalid_param()
230 if (rte_malloc_heap_memory_attach(valid_name, NULL, len) >= 0 || in test_malloc_invalid_param()
/dpdk/lib/eal/include/
H A Drte_malloc.h321 * ``rte_malloc_heap_memory_attach`` in each other process.
409 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len);
/dpdk/lib/eal/
H A Dversion.map177 rte_malloc_heap_memory_attach;
/dpdk/lib/eal/common/
H A Drte_malloc.c566 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_attach() function