Searched refs:rte_malloc_heap_memory_attach (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_external_mem.c | 124 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 D | rte_malloc.h | 321 * ``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 D | version.map | 177 rte_malloc_heap_memory_attach;
|
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 566 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_attach() function
|