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

/external/harfbuzz_ng/test/api/
H A Dtest-object.c183 gboolean freed; member in struct:__anon18094
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:__anon18087
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);
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:__anon18096
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.cc42 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
43 Printf("Stats: %zuM really freed by %zu calls\n",
144 uptr freed = accumulated_stats.freed; local
145 // Return sane value if malloced < freed due to racy
147 return (malloced > freed) ? malloced - freed : 1;
H A Dasan_stats.h32 uptr freed; member in struct:__asan::AsanStats
H A Dasan_allocator2.cc104 // CHUNK_ALLOCATED: the chunk is allocated and not yet freed.
105 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
481 thread_stats.freed += m->UsedSize();
526 // If realloc() races with free(), we may start copying freed memory.
571 // Prefer an allocated chunk over freed chunk and freed chunk
804 // Die if p is not malloced or if it is already freed.
/external/chromium/base/test/
H A Dtest_file_util_win.cc88 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
89 DCHECK(freed);
101 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
102 DCHECK(freed);
/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/test/
H A Dtest_file_util_win.cc184 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
185 DCHECK(freed);
197 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
198 DCHECK(freed);
/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/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc631 bool freed = false;
634 freed = s.GetFreedAndReset();
658 else if (freed)
/external/kernel-headers/original/linux/
H A Djbd.h303 BH_Freed, /* Has been freed (truncated) */
320 BUFFER_FNS(Freed, freed)
/external/libpng/
H A DCHANGES741 if present, unless free_me directs that it be freed, and added description
2196 it will be freed by png_read_destroy() in case of a read error (Kurt
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c85 freed. This improves security by rejecting frees/reallocs that
284 upon a detected overwrite of freed heap space, thus losing the
449 normal freed space already exists it is used instead.) Using mmap
800 freed, free(p) will by default cause the current program to abort.
824 ANSI) and p is NOT freed.
827 space is lopped off and freed if possible. realloc with a size
937 of which starts out cleared, and can be independently freed,
945 is itself dynamically allocated and should also be freed when it is
953 (which should be freed if not wanted).
955 Each element must be individually freed whe
5024 size_t freed = 0; local
[all...]
/external/libffi/src/
H A Ddlmalloc.c85 freed. This improves security by rejecting frees/reallocs that
259 upon a detected overwrite of freed heap space, thus losing the
420 normal freed space already exists it is used instead.) Using mmap
682 freed, free(p) will by default cause the current program to abort.
706 ANSI) and p is NOT freed.
709 space is lopped off and freed if possible. realloc with a size
815 of which starts out cleared, and can be independently freed,
823 is itself dynamically allocated and should also be freed when it is
831 (which should be freed if not wanted).
833 Each element must be individually freed whe
4460 size_t freed = 0; local
[all...]
/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/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/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 ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex6367 @return CRYPT_OK if successful, upon error all allocated ram is freed

Completed in 730 milliseconds