Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ring.c1086 void **src_orig = NULL, **dst_orig = NULL; in test_ring_with_exact_size() local
1117 src_orig = test_ring_calloc(17, esize[i]); in test_ring_with_exact_size()
1118 if (src_orig == NULL) in test_ring_with_exact_size()
1120 test_ring_mem_init(src_orig, 17, esize[i]); in test_ring_with_exact_size()
1121 src = (void **)((uintptr_t)src_orig + 1); in test_ring_with_exact_size()
1173 rte_free(src_orig); in test_ring_with_exact_size()
1177 src_orig = NULL; in test_ring_with_exact_size()
1186 rte_free(src_orig); in test_ring_with_exact_size()