Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc_perf.c62 memset_t *memset_fn, double memset_gb_us, size_t max_runs) in test_alloc_perf() argument
73 ptrs = calloc(max_runs, sizeof(ptrs[0])); in test_alloc_perf()
89 for (j = 0; j < max_runs; j++) { in test_alloc_perf()
124 memset(ptrs, 0, max_runs * sizeof(ptrs[0])); in test_alloc_perf()