Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_stack.c22 void **popped_objs; in test_stack_push_pop() local
25 if (popped_objs == NULL) { in test_stack_push_pop()
37 rte_free(popped_objs); in test_stack_push_pop()
45 rte_free(popped_objs); in test_stack_push_pop()
53 rte_free(popped_objs); in test_stack_push_pop()
64 rte_free(popped_objs); in test_stack_push_pop()
72 rte_free(popped_objs); in test_stack_push_pop()
80 rte_free(popped_objs); in test_stack_push_pop()
89 popped_objs[STACK_SIZE - i - 1], i); in test_stack_push_pop()
90 rte_free(popped_objs); in test_stack_push_pop()
[all …]