HomeSort by relevance Sort by last modified time
    Searched defs:freed (Results 1 - 19 of 19) sorted by null

  /external/chromium/base/test/
test_file_util_win.cc 88 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
89 DCHECK(freed);
101 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
102 DCHECK(freed);
  /external/compiler-rt/lib/asan/
asan_stats.h 32 uptr freed; member in struct:__asan::AsanStats
asan_stats.cc 42 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;
  /external/harfbuzz_ng/test/api/
test-blob.c 92 int freed; member in struct:__anon20483
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, ==, 0)
    [all...]
test-font.c 68 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, ==, 0)
    [all...]
test-object.c 183 gboolean freed; member in struct:__anon20490
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...]
test-unicode.c 51 gboolean freed; member in struct:__anon20492
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 && !data[1].freed)
    [all...]
  /libnativehelper/include/nativehelper/
UniquePtr.h 76 // raw pointer will be freed.
159 static bool freed = false; variable
164 freed = true;
227 assert(!freed);
232 assert(freed);
  /system/core/include/utils/
UniquePtr.h 83 // raw pointer will be freed.
161 static bool freed = false; variable
166 freed = true;
229 assert(!freed);
234 assert(freed);
  /external/chromium_org/base/test/
test_file_util_win.cc 184 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
185 DCHECK(freed);
197 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
198 DCHECK(freed);
  /art/runtime/gc/space/
dlmalloc_space.cc 92 size_t freed = DlMallocSpace::Free(self, reinterpret_cast<mirror::Object*>(obj_with_rdz)); local
93 return freed - 2 * kValgrindRedZoneBytes;
97 size_t freed = 0; local
99 freed += Free(self, ptrs[i]);
101 return freed;
143 for (auto& freed : recent_freed_objects_) {
144 freed.first = nullptr;
145 freed.second = nullptr;
330 // Start at the most recently freed object and work our way back since there may be duplicates
368 // Don't need the lock to calculate the size of the freed pointers
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
interaction_based.hpp 117 virtual void freed( void* /*p*/ ) {} function in class:boost::itest::manager
241 ::boost::itest::manager::instance().freed( p );
251 ::boost::itest::manager::instance().freed( p );
  /frameworks/native/libs/binder/
MemoryDealer.cpp 303 chunk_t const * const freed = dealloc(offset); local
304 if (freed) {
374 "block at offset 0x%08lX of size 0x%08lX already freed",
377 // merge freed blocks together
378 chunk_t* freed = cur; local
384 freed = p;
393 if (!freed->free) {
394 dump_l("dealloc (!freed->free)");
397 LOG_FATAL_IF(!freed->free,
398 "freed block at offset 0x%08lX of size 0x%08lX is not free!"
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 225 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */ local
306 freed = 1;
312 if (freed == 0) {
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 84 freed. This improves security by rejecting frees/reallocs that
321 upon a detected overwrite of freed heap space, thus losing the
490 normal freed space already exists it is used instead.) Using mmap
5497 size_t freed = 0; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 85 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
5024 size_t freed = 0; local
    [all...]
  /external/libffi/src/
dlmalloc.c 85 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
4460 size_t freed = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 121 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.
4470 size_t freed = 0; local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 464 milliseconds