Searched refs:rte_malloc_heap_memory_remove (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_external_mem.c | 105 if (rte_malloc_heap_memory_remove(name, addr, len) >= 0 || in test_malloc_invalid_param() 148 if (rte_malloc_heap_memory_remove(valid_name, addr, len) >= 0 || in test_malloc_invalid_param() 183 if (rte_malloc_heap_memory_remove(valid_name, addr, 0) >= 0 || in test_malloc_invalid_param() 211 if (rte_malloc_heap_memory_remove(valid_name, NULL, len) >= 0 || in test_malloc_invalid_param() 328 if (rte_malloc_heap_memory_remove(heap_name, addr, len) >= 0 || in test_malloc_basic() 370 if (rte_malloc_heap_memory_remove(heap_name, addr, len) != 0) { in test_malloc_basic() 387 rte_malloc_heap_memory_remove(heap_name, addr, len); in test_malloc_basic()
|
| H A D | test_malloc.c | 665 rte_malloc_heap_memory_remove(heap_name, mem, mem_sz); in test_realloc()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_malloc.h | 376 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len);
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 229 rte_malloc_heap_memory_remove
|
| H A D | version.map | 298 rte_malloc_heap_memory_remove;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 452 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_remove() function
|