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

/external/harfbuzz_ng/test/api/
H A Dtest-object.c183 gboolean freed; member in struct:__anon21690
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.c92 int freed; member in struct:__anon21682
100 g_assert_cmpint (fixture->freed, ==, 0);
101 fixture->freed++;
188 fixture->freed = 0;
198 g_assert_cmpint (fixture->freed, ==, 1);
221 g_assert_cmpint (fixture->freed, ==, 1);
225 g_assert_cmpint (fixture->freed, ==, 0);
234 g_assert_cmpint (fixture->freed, ==, 1);
272 g_assert_cmpint (fixture->freed, ==, 1);
275 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);
150 int freed = 0; local
162 hb_font_set_funcs (font, ffuncs, &freed, free_up);
163 g_assert_cmpint (freed,
[all...]
H A Dtest-unicode.c51 gboolean freed; member in struct:__anon21692
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/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",
147 uptr freed = stats.freed; local
148 // Return sane value if malloced < freed due to racy
150 return (malloced > freed) ? malloced - freed : 1;
H A Dasan_stats.h32 uptr freed; member in struct:__asan::AsanStats
H A Dasan_allocator2.cc70 // CHUNK_ALLOCATED: the chunk is allocated and not yet freed.
71 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
451 thread_stats.freed += m->UsedSize();
496 // If realloc() races with free(), we may start copying freed memory.
541 // Prefer an allocated chunk over freed chunk and freed chunk
783 // Die if p is not malloced or if it is already freed.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc289 // FIXME: under ASan the call below may write to freed memory and corrupt
300 // FIXME: under ASan the call below may write to freed memory and corrupt
341 // FIXME: under ASan the call below may write to freed memory and corrupt
359 // FIXME: under ASan the call below may write to freed memory and corrupt
377 // FIXME: under ASan the call below may write to freed memory and corrupt
624 // FIXME: under ASan the call below may write to freed memory and corrupt
637 // FIXME: under ASan the call below may write to freed memory and corrupt
650 // FIXME: under ASan the call below may write to freed memory and corrupt
663 // FIXME: under ASan the call below may write to freed memory and corrupt
707 // FIXME: under ASan the call below may write to freed memor
[all...]
/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/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/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/chromium_org/base/
H A Dscoped_generic_unittest.cc15 IntTraits(std::vector<int>* freed) : freed_ints(freed) {} argument
78 EXPECT_TRUE(values_freed.empty()); // Nothing should be freed.
92 EXPECT_TRUE(values_freed.empty()); // Nothing should be freed.
/external/chromium_org/base/test/
H A Dtest_file_util_win.cc182 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
183 DCHECK(freed);
195 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
196 DCHECK(freed);
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile149 @grep freed tmp | wc -l > freed
152 cmp -s allocated freed
154 @rm freed allocated tmp
215 rm -rf freed allocated tmp
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_agp_offset.spec68 and freed with glXFreeMemoryNV. Sometimes it's useful to know where a
/external/mesa3d/docs/
H A DMESA_agp_offset.spec68 and freed with glXFreeMemoryNV. Sometimes it's useful to know where a
/external/valgrind/main/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.exp83 All heap blocks were freed -- no leaks are possible
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc642 bool freed = false;
645 freed = s.GetFreedAndReset();
668 else if (freed)
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex87 resources are freed up.
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c121 freed. This improves security by rejecting frees/reallocs that
295 upon a detected overwrite of freed heap space, thus losing the
456 normal freed space already exists it is used instead.) Using mmap
726 freed, free(p) will by default cause the current program to abort.
750 ANSI) and p is NOT freed.
753 space is lopped off and freed if possible. realloc with a size
859 of which starts out cleared, and can be independently freed,
867 is itself dynamically allocated and should also be freed when it is
875 (which should be freed if not wanted).
877 Each element must be individually freed whe
4470 size_t freed = 0; local
[all...]
/external/chromium_org/third_party/libevent/
H A Dhttp.c272 * The returned string needs to be freed by the caller.
622 * been send, the connection should get freed.
646 * reply before the connection can be freed.
2042 * The returned string must be freed by the caller.
/external/blktrace/doc/
H A Dblktrace.tex555 the issuer has to wait for one to be freed.
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 903 milliseconds