Searched refs:e_ptr (Results 1 – 1 of 1) sorted by relevance
43 element* e_ptr = debug_get_node(sizeof(element)); in test_AllocateDeallocateNode() local44 free_node(e_ptr); in test_AllocateDeallocateNode()71 element* e_ptr = debug_get_node(sizeof(element)); in test_OneElementQueue() local72 enqueue(q, e_ptr); in test_OneElementQueue()73 *e_ptr = e; in test_OneElementQueue()83 TEST_ASSERT_EQUAL_PTR(e_ptr_returned, e_ptr); in test_OneElementQueue()