Searched refs:alloc_cb_called (Results 1 – 2 of 2) sorted by relevance
42 static int alloc_cb_called; variable60 alloc_cb_called++; in alloc_cb()140 printf("%d allocs for %d recvs\n", alloc_cb_called, recv_cb_called); in TEST_IMPL()146 ASSERT_EQ(alloc_cb_called, recv_cb_called); in TEST_IMPL()
39 static int alloc_cb_called; variable52 alloc_cb_called++; in alloc_cb()195 ASSERT_EQ(recv_cb_called, alloc_cb_called); in TEST_IMPL()
Completed in 5 milliseconds