Home
last modified time | relevance | path

Searched refs:freed (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-object.c183 gboolean freed; member
198 g_assert (!data->freed); in free_up0()
199 data->freed = TRUE; in free_up0()
207 g_assert (!data->freed); in free_up1()
208 data->freed = TRUE; in free_up1()
268 g_assert (data[0].freed); in test_object()
270 g_assert (!data[1].freed); in test_object()
272 data[0].freed = FALSE; in test_object()
274 g_assert (!data[0].freed); in test_object()
276 g_assert (data[0].freed); in test_object()
[all …]
Dtest-unicode.c51 gboolean freed; member
59 g_assert (!data->freed); in free_up()
60 data->freed = TRUE; in free_up()
72 g_assert (!data->freed); in simple_get_script()
89 g_assert (!data->freed); in a_is_for_arabic_get_script()
562 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
571 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
573 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
611 g_assert (!f->data[0].freed && !f->data[1].freed); in test_unicode_subclassing_nil()
613 g_assert (!f->data[0].freed && f->data[1].freed); in test_unicode_subclassing_nil()
[all …]
Dtest-blob.c95 int freed; member
103 g_assert_cmpint (fixture->freed, ==, 0); in free_up()
104 fixture->freed++; in free_up()
191 fixture->freed = 0; in fixture_init()
201 g_assert_cmpint (fixture->freed, ==, 1); in fixture_finish()
224 g_assert_cmpint (fixture->freed, ==, 1); in test_blob()
228 g_assert_cmpint (fixture->freed, ==, 0); in test_blob()
237 g_assert_cmpint (fixture->freed, ==, 1); in test_blob()
275 g_assert_cmpint (fixture->freed, ==, 1); in test_blob_subblob()
278 g_assert_cmpint (fixture->freed, ==, 0); in test_blob_subblob()
[all …]
Dtest-font.c78 int *freed = (int *) user_data; in free_up() local
80 g_assert (!*freed); in free_up()
82 (*freed)++; in free_up()
101 int freed = 0; in test_face_createfortables() local
103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
104 g_assert (!freed); in test_face_createfortables()
119 g_assert (freed); in test_face_createfortables()
158 int freed = 0; in _test_fontfuncs_nil() local
170 hb_font_set_funcs (font, ffuncs, &freed, free_up); in _test_fontfuncs_nil()
171 g_assert_cmpint (freed, ==, 0); in _test_fontfuncs_nil()
[all …]
/third_party/harfbuzz/test/api/
Dtest-object.c183 gboolean freed; member
198 g_assert (!data->freed); in free_up0()
199 data->freed = TRUE; in free_up0()
207 g_assert (!data->freed); in free_up1()
208 data->freed = TRUE; in free_up1()
268 g_assert (data[0].freed); in test_object()
270 g_assert (!data[1].freed); in test_object()
272 data[0].freed = FALSE; in test_object()
274 g_assert (!data[0].freed); in test_object()
276 g_assert (data[0].freed); in test_object()
[all …]
Dtest-unicode.c51 gboolean freed; member
59 g_assert (!data->freed); in free_up()
60 data->freed = TRUE; in free_up()
72 g_assert (!data->freed); in simple_get_script()
89 g_assert (!data->freed); in a_is_for_arabic_get_script()
725 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
734 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
736 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
774 g_assert (!f->data[0].freed && !f->data[1].freed); in test_unicode_subclassing_nil()
776 g_assert (!f->data[0].freed && f->data[1].freed); in test_unicode_subclassing_nil()
[all …]
Dtest-blob.c95 int freed; member
103 g_assert_cmpint (fixture->freed, ==, 0); in free_up()
104 fixture->freed++; in free_up()
191 fixture->freed = 0; in fixture_init()
201 g_assert_cmpint (fixture->freed, ==, 1); in fixture_finish()
224 g_assert_cmpint (fixture->freed, ==, 1); in test_blob()
228 g_assert_cmpint (fixture->freed, ==, 0); in test_blob()
237 g_assert_cmpint (fixture->freed, ==, 1); in test_blob()
275 g_assert_cmpint (fixture->freed, ==, 1); in test_blob_subblob()
278 g_assert_cmpint (fixture->freed, ==, 0); in test_blob_subblob()
[all …]
Dtest-font.c78 int *freed = (int *) user_data; in free_up() local
80 g_assert (!*freed); in free_up()
82 (*freed)++; in free_up()
101 int freed = 0; in test_face_createfortables() local
103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
104 g_assert (!freed); in test_face_createfortables()
119 g_assert (freed); in test_face_createfortables()
158 int freed = 0; in _test_fontfuncs_nil() local
170 hb_font_set_funcs (font, ffuncs, &freed, free_up); in _test_fontfuncs_nil()
171 g_assert_cmpint (freed, ==, 0); in _test_fontfuncs_nil()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-object.c183 gboolean freed; member
198 g_assert (!data->freed); in free_up0()
199 data->freed = TRUE; in free_up0()
207 g_assert (!data->freed); in free_up1()
208 data->freed = TRUE; in free_up1()
268 g_assert (data[0].freed); in test_object()
270 g_assert (!data[1].freed); in test_object()
272 data[0].freed = FALSE; in test_object()
274 g_assert (!data[0].freed); in test_object()
276 g_assert (data[0].freed); in test_object()
[all …]
Dtest-unicode.c51 gboolean freed; member
59 g_assert (!data->freed); in free_up()
60 data->freed = TRUE; in free_up()
72 g_assert (!data->freed); in simple_get_script()
89 g_assert (!data->freed); in a_is_for_arabic_get_script()
738 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
747 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
749 g_assert (data[0].freed && !data[1].freed); in test_unicode_setters()
787 g_assert (!f->data[0].freed && !f->data[1].freed); in test_unicode_subclassing_nil()
789 g_assert (!f->data[0].freed && f->data[1].freed); in test_unicode_subclassing_nil()
[all …]
Dtest-blob.c95 int freed; member
103 g_assert_cmpint (fixture->freed, ==, 0); in free_up()
104 fixture->freed++; in free_up()
191 fixture->freed = 0; in fixture_init()
201 g_assert_cmpint (fixture->freed, ==, 1); in fixture_finish()
224 g_assert_cmpint (fixture->freed, ==, 1); in test_blob()
228 g_assert_cmpint (fixture->freed, ==, 0); in test_blob()
237 g_assert_cmpint (fixture->freed, ==, 1); in test_blob()
275 g_assert_cmpint (fixture->freed, ==, 1); in test_blob_subblob()
278 g_assert_cmpint (fixture->freed, ==, 0); in test_blob_subblob()
[all …]
Dtest-font.c78 int *freed = (int *) user_data; in free_up() local
80 g_assert (!*freed); in free_up()
82 (*freed)++; in free_up()
101 int freed = 0; in test_face_createfortables() local
103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
104 g_assert (!freed); in test_face_createfortables()
119 g_assert (freed); in test_face_createfortables()
158 int freed = 0; in _test_fontfuncs_nil() local
170 hb_font_set_funcs (font, ffuncs, &freed, free_up); in _test_fontfuncs_nil()
171 g_assert_cmpint (freed, ==, 0); in _test_fontfuncs_nil()
[all …]
/third_party/boost/libs/graph_parallel/src/
Dtag_allocator.cpp15 if (!freed.empty()) { in get_tag()
17 tag = freed.back(); in get_tag()
18 freed.pop_back(); in get_tag()
41 allocator->freed.push_back(tag_); in ~token()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c283 struct quarantine_entry *freed = quarantine_head; in __asan_free() local
284 assert(freed != NULL); in __asan_free()
285 __asan_unpoison((char *)freed, freed->size); in __asan_free()
286 quarantine_size -= freed->size; in __asan_free()
287 quarantine_head = freed->next; in __asan_free()
288 DUMP("Releasing %d bytes at %p from quarantine\n", freed->size, freed); in __asan_free()
290 free(freed); in __asan_free()
/third_party/e2fsprogs/lib/ext2fs/
Dpunch.c57 int freed = 0; in ind_punch() local
96 freed++; in ind_punch()
99 printf("Freed %d blocks\n", freed); in ind_punch()
101 return ext2fs_iblk_sub_blocks(fs, inode, freed); in ind_punch()
196 __u32 free_count, int *freed) in punch_extent_blocks() argument
205 *freed += free_count; in punch_extent_blocks()
257 *freed += freed_now; in punch_extent_blocks()
270 int freed = 0; in ext2fs_punch_extent() local
429 free_start, free_count, &freed); in ext2fs_punch_extent()
441 dbg_printf("Freed %d blocks\n", freed); in ext2fs_punch_extent()
[all …]
/third_party/glib/glib/tests/
Dlist.c342 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()
[all …]
D642026.c28 static gint freed = 0; /* (atomic) */ variable
33 if (!g_atomic_int_compare_and_exchange (&freed, 0, 1)) in notify()
66 g_atomic_int_set (&freed, 0); in testcase()
Dqueue.c1037 gboolean freed; member
1046 item->freed = TRUE; in free_func()
1055 item->freed = FALSE; in new_item()
1074 g_assert_false (one->freed); in test_clear_full()
1075 g_assert_false (two->freed); in test_clear_full()
1076 g_assert_false (three->freed); in test_clear_full()
1077 g_assert_false (four->freed); in test_clear_full()
1081 g_assert_true (one->freed); in test_clear_full()
1082 g_assert_true (two->freed); in test_clear_full()
1083 g_assert_true (three->freed); in test_clear_full()
[all …]
/third_party/openssl/doc/man3/
DX509_CRL_get0_by_serial.pod35 pointer of the matching entry, as a result B<*ret> must not be freed up
52 freed up after use.
56 freed up after use.
59 pointer B<rev> is used internally so it must not be freed up after the call:
60 it is freed when the parent CRL is freed.
DX509_get_pubkey.pod28 reference count incremented: this means the returned key must be freed up
30 the reference count of the returned B<EVP_PKEY> so it must not be freed up
35 must not be freed up after use.
38 B<pkey>. The key B<pkey> should be freed up after use.
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c1267 s32 freed; in ntfs_compress_overwr_free() local
1275 freed = 0; in ntfs_compress_overwr_free()
1281 freed += (threeparts ? freecnt : freelength); in ntfs_compress_overwr_free()
1291 while (!res && frl->length && (freed < freecnt)) { in ntfs_compress_overwr_free()
1292 if (frl->length <= (freecnt - freed)) { in ntfs_compress_overwr_free()
1296 freed += frl->length; in ntfs_compress_overwr_free()
1304 freecnt - freed); in ntfs_compress_overwr_free()
1306 frl->lcn += freecnt - freed; in ntfs_compress_overwr_free()
1307 frl->vcn += freecnt - freed; in ntfs_compress_overwr_free()
1308 frl->length -= freecnt - freed; in ntfs_compress_overwr_free()
[all …]
/third_party/mesa3d/src/util/
Du_debug_memory.c75 boolean freed; /**< Is this a freed block? */ member
146 hdr->freed = FALSE; in debug_malloc()
192 assert(!hdr->freed); in debug_free()
194 hdr->freed = TRUE; in debug_free()
270 new_hdr->freed = FALSE; in debug_realloc()
438 if (hdr->freed) { in debug_memory_check()
/third_party/openssl/doc/man7/
Dcrypto.pod36 in the parent and it will be freed up when the parent is freed.
37 In the above example B<crl> would be freed but B<rev> would not.
41 so both (B<x> and B<obj> above) should be freed up.
/third_party/musl/libc-test/src/regression/
Dflockfile-list.c20 int freed; member
73 alloc[i].freed = 1; in free()
79 if (alloc[i].freed) in checkfreed()
/third_party/jerryscript/docs/
D06.REFERENCE-COUNTING.md15 * object can be freed. */
20 * be freed even by jerry_cleanup(). After the reference
71 * value even if the base object is freed by the garbage
94 * the operation is successful or not, and must also be freed. */
119 referenced object could be freed by the garbage collector.
156 References can be duplicated in C as long as only one of them is freed.

12345678910>>...17