Home
last modified time | relevance | path

Searched refs:rte_malloc_heap_memory_remove (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_external_mem.c105 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 Dtest_malloc.c665 rte_malloc_heap_memory_remove(heap_name, mem, mem_sz); in test_realloc()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h376 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def229 rte_malloc_heap_memory_remove
H A Dversion.map298 rte_malloc_heap_memory_remove;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c452 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_remove() function