Searched refs:test_alloc_perf (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_malloc_perf.c | 61 test_alloc_perf(const char *name, alloc_t *alloc_fn, free_t *free_fn, in test_alloc_perf() function 160 if (test_alloc_perf("rte_malloc", rte_malloc, rte_free, memset, in test_malloc_perf() 163 if (test_alloc_perf("rte_zmalloc", rte_zmalloc, rte_free, memset, in test_malloc_perf() 167 if (test_alloc_perf("rte_memzone_reserve", memzone_alloc, memzone_free, in test_malloc_perf()
|