Lines Matching refs:freed
342 gboolean freed; member
351 item->freed = TRUE; in free_func()
360 item->freed = FALSE; in new_item()
376 g_assert (!one->freed); in test_free_full()
377 g_assert (!two->freed); in test_free_full()
378 g_assert (!three->freed); in test_free_full()
380 g_assert (one->freed); in test_free_full()
381 g_assert (two->freed); in test_free_full()
382 g_assert (three->freed); in test_free_full()
390 g_assert (!one->freed); in test_free_full()
391 g_assert (!two->freed); in test_free_full()
392 g_assert (!three->freed); in test_free_full()
394 g_assert (one->freed); in test_free_full()
395 g_assert (two->freed); in test_free_full()
396 g_assert (three->freed); in test_free_full()