Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring.c1087 void **src_orig = NULL, **dst_orig = NULL; in test_ring_with_exact_size() local
1118 src_orig = test_ring_calloc(17, esize[i]); in test_ring_with_exact_size()
1119 if (src_orig == NULL) in test_ring_with_exact_size()
1121 test_ring_mem_init(src_orig, 17, esize[i]); in test_ring_with_exact_size()
1122 src = (void **)((uintptr_t)src_orig + 1); in test_ring_with_exact_size()
1174 rte_free(src_orig); in test_ring_with_exact_size()
1178 src_orig = NULL; in test_ring_with_exact_size()
1187 rte_free(src_orig); in test_ring_with_exact_size()