Searched refs:freed (Results 1 - 25 of 34) sorted by relevance

12

/external/harfbuzz_ng/test/api/
H A Dtest-object.c183 gboolean freed; member in struct:__anon6612
198 g_assert (!data->freed);
199 data->freed = TRUE;
207 g_assert (!data->freed);
208 data->freed = TRUE;
268 g_assert (data[0].freed);
270 g_assert (!data[1].freed);
272 data[0].freed = FALSE;
274 g_assert (!data[0].freed);
276 g_assert (data[0].freed);
[all...]
H A Dtest-blob.c95 int freed; member in struct:__anon6604
103 g_assert_cmpint (fixture->freed, ==, 0);
104 fixture->freed++;
191 fixture->freed = 0;
201 g_assert_cmpint (fixture->freed, ==, 1);
224 g_assert_cmpint (fixture->freed, ==, 1);
228 g_assert_cmpint (fixture->freed, ==, 0);
237 g_assert_cmpint (fixture->freed, ==, 1);
275 g_assert_cmpint (fixture->freed, ==, 1);
278 g_assert_cmpint (fixture->freed,
[all...]
H A Dtest-font.c68 int *freed = (int *) user_data; local
70 g_assert (!*freed);
72 (*freed)++;
91 int freed = 0; local
93 face = hb_face_create_for_tables (get_table, &freed, free_up);
94 g_assert (!freed);
109 g_assert (freed);
151 int freed = 0; local
163 hb_font_set_funcs (font, ffuncs, &freed, free_up);
164 g_assert_cmpint (freed,
[all...]
H A Dtest-unicode.c51 gboolean freed; member in struct:__anon6614
59 g_assert (!data->freed);
60 data->freed = TRUE;
72 g_assert (!data->freed);
89 g_assert (!data->freed);
626 g_assert (data[0].freed && !data[1].freed);
635 g_assert (data[0].freed && !data[1].freed);
637 g_assert (data[0].freed
[all...]
/external/dbus/dbus/
H A Ddbus-mempool.c58 * We just cast freed elements to this so we can
208 * The object must be freed with _dbus_mem_pool_dealloc().
386 _dbus_assert_not_reached ("freed nonexistent block");
392 DBusFreedElement *freed; local
394 freed = element;
396 VALGRIND_MAKE_MEM_UNDEFINED (freed, sizeof (freed));
398 freed->next = pool->free_elements;
399 pool->free_elements = freed;
416 DBusFreedElement *freed; local
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
48 Printf("Stats: %zuM really freed by %zu calls\n",
143 uptr freed = stats.freed; local
144 // Return sane value if malloced < freed due to racy
146 return (malloced > freed) ? malloced - freed : 1;
H A Dasan_stats.h32 uptr freed; member in struct:__asan::AsanStats
H A Dasan_allocator.cc101 // CHUNK_ALLOCATED: the chunk is allocated and not yet freed.
102 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
301 // Prefer an allocated chunk over freed chunk and freed chunk
496 thread_stats.freed += m->UsedSize();
546 // If realloc() races with free(), we may start copying freed memory.
887 // Die if p is not malloced or if it is already freed.
/external/conscrypt/src/compat/native/
H A DUniquePtr.h80 // raw pointer will be freed.
163 static bool freed = false; variable
168 freed = true;
231 assert(!freed);
236 assert(freed);
/external/conscrypt/src/openjdk/native/
H A DUniquePtr.h80 // raw pointer will be freed.
163 static bool freed = false; variable
168 freed = true;
231 assert(!freed);
236 assert(freed);
/external/e2fsprogs/lib/ext2fs/
H A Dpunch.c55 int freed = 0; local
94 freed++;
97 printf("Freed %d blocks\n", freed);
99 return ext2fs_iblk_sub_blocks(fs, inode, freed);
183 __u32 free_count, int *freed)
192 *freed += free_count;
244 *freed += freed_now;
257 int freed = 0; local
389 free_start, free_count, &freed);
401 dbg_printf("Freed %d blocks\n", freed);
180 punch_extent_blocks(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, blk64_t lfree_start, blk64_t free_start, __u32 free_count, int *freed) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc491 // FIXME: under ASan the call below may write to freed memory and corrupt
502 // FIXME: under ASan the call below may write to freed memory and corrupt
543 // FIXME: under ASan the call below may write to freed memory and corrupt
561 // FIXME: under ASan the call below may write to freed memory and corrupt
579 // FIXME: under ASan the call below may write to freed memory and corrupt
826 // FIXME: under ASan the call below may write to freed memory and corrupt
839 // FIXME: under ASan the call below may write to freed memory and corrupt
852 // FIXME: under ASan the call below may write to freed memory and corrupt
865 // FIXME: under ASan the call below may write to freed memory and corrupt
909 // FIXME: under ASan the call below may write to freed memor
[all...]
/external/srtp/
H A DMakefile137 @grep freed tmp | wc -l > freed
140 cmp -s allocated freed
142 @rm freed allocated tmp
201 rm -rf freed allocated tmp
/external/libchrome/base/
H A Dscoped_generic_unittest.cc17 IntTraits(std::vector<int>* freed) : freed_ints(freed) {} argument
80 EXPECT_TRUE(values_freed.empty()); // Nothing should be freed.
94 EXPECT_TRUE(values_freed.empty()); // Nothing should be freed.
/external/mesa3d/docs/
H A DMESA_agp_offset.spec68 and freed with glXFreeMemoryNV. Sometimes it's useful to know where a
/external/skia/tests/
H A DMemsetTest.cpp75 size_t freed = alloc.unalloc(ptr); local
76 REPORTER_ASSERT(reporter, freed == kMin);
/external/valgrind/memcheck/tests/
H A Dlks.stderr.exp2 All heap blocks were freed -- no leaks are possible
H A Dleak-segv-jmp.stderr.exp2 All heap blocks were freed -- no leaks are possible
H A Dleak_cpp_interior.stderr.exp139 All heap blocks were freed -- no leaks are possible
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc582 bool freed = false;
585 freed = s.GetFreedAndReset();
604 if (thr->is_vptr_access && freed)
608 else if (freed)
/external/ImageMagick/www/api/
H A Dproperty.php191 <p>The returned string is stored as a properity of the same name for faster lookup later. It should NOT be freed by the caller.</p>
254 <p>The returned string must be freed using DestoryString() by the caller.</p>
302 <p>In this case the ConstantString() value returned should be freed by the caller when finished.</p>
/external/libevent/
H A Dlistener.c422 int freed = listener_decref_and_unlock(lev); local
423 EVUTIL_ASSERT(freed);
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex87 resources are freed up.
/external/v8/src/heap/
H A Dheap.h676 // the freed area, then pass ClearRecordedSlots::kYes as the mode. Otherwise,
848 void update_external_memory_concurrently_freed(intptr_t freed) { argument
849 external_memory_concurrently_freed_.Increment(freed);
2024 // The amount of memory that has been freed concurrently.
/external/libxml2/python/
H A Dlibxml.c190 long freed = -1; local
193 freed = xmlMemUsed();
215 freed -= xmlMemUsed();
216 libxmlMemoryAllocatedBase -= freed;
616 /* xmlSaveTo() freed the memory pointed to by buf, so record that in the
640 /* xmlSaveFormatFileTo() freed the memory pointed to by buf, so record that
3549 /* NOTE: the array should be freed, but the strings are shared
3550 with the python strings and so must not be freed. */

Completed in 692 milliseconds

12