Searched refs:rte_malloc_heap_memory_remove (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_external_mem.c | 117 if (rte_malloc_heap_memory_remove(name, addr, len) >= 0 || in test_malloc_invalid_param() 160 if (rte_malloc_heap_memory_remove(valid_name, addr, len) >= 0 || in test_malloc_invalid_param() 195 if (rte_malloc_heap_memory_remove(valid_name, addr, 0) >= 0 || in test_malloc_invalid_param() 223 if (rte_malloc_heap_memory_remove(valid_name, NULL, len) >= 0 || in test_malloc_invalid_param() 340 if (rte_malloc_heap_memory_remove(heap_name, addr, len) >= 0 || in test_malloc_basic() 382 if (rte_malloc_heap_memory_remove(heap_name, addr, len) != 0) { in test_malloc_basic() 399 rte_malloc_heap_memory_remove(heap_name, addr, len); in test_malloc_basic()
|
| H A D | test_malloc.c | 674 rte_malloc_heap_memory_remove(heap_name, mem, mem_sz); in test_realloc()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_malloc.h | 373 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len);
|
| /dpdk/lib/eal/ |
| H A D | version.map | 154 rte_malloc_heap_memory_remove;
|
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 461 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_remove() function
|