Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_stack.c21 void **popped_objs; in test_stack_push_pop() local
24 if (popped_objs == NULL) { in test_stack_push_pop()
36 rte_free(popped_objs); in test_stack_push_pop()
44 rte_free(popped_objs); in test_stack_push_pop()
52 rte_free(popped_objs); in test_stack_push_pop()
63 rte_free(popped_objs); in test_stack_push_pop()
71 rte_free(popped_objs); in test_stack_push_pop()
79 rte_free(popped_objs); in test_stack_push_pop()
88 popped_objs[STACK_SIZE - i - 1], i); in test_stack_push_pop()
89 rte_free(popped_objs); in test_stack_push_pop()
[all …]