Lines Matching refs:freed
68 int *freed = (int *) user_data; in free_up() local
70 g_assert (!*freed); in free_up()
72 (*freed)++; in free_up()
91 int freed = 0; in test_face_createfortables() local
93 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
94 g_assert (!freed); in test_face_createfortables()
109 g_assert (freed); in test_face_createfortables()
151 int freed = 0; in _test_fontfuncs_nil() local
163 hb_font_set_funcs (font, ffuncs, &freed, free_up); in _test_fontfuncs_nil()
164 g_assert_cmpint (freed, ==, 0); in _test_fontfuncs_nil()
171 g_assert_cmpint (freed, ==, 0); in _test_fontfuncs_nil()
173 g_assert_cmpint (freed, ==, 0); in _test_fontfuncs_nil()
178 g_assert_cmpint (freed, ==, 1); in _test_fontfuncs_nil()