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