Searched refs:rte_malloc_heap_memory_attach (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_external_mem.c | 112 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 D | rte_malloc.h | 401 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len);
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 227 rte_malloc_heap_memory_attach
|
| H A D | version.map | 296 rte_malloc_heap_memory_attach;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 567 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_attach() function
|