HomeSort by relevance Sort by last modified time
    Searched refs:freed (Results 26 - 44 of 44) sorted by null

12

  /art/runtime/gc/collector/
mark_sweep.cc 1005 ObjectBytePair freed; local
    [all...]
  /external/valgrind/main/memcheck/tests/
lks.stderr.exp 2 All heap blocks were freed -- no leaks are possible
leak-segv-jmp.stderr.exp 2 All heap blocks were freed -- no leaks are possible
leak_cpp_interior.stderr.exp 83 All heap blocks were freed -- no leaks are possible
  /art/runtime/gc/space/
space.h 212 // Returns how many bytes were freed.
215 // Returns how many bytes were freed.
234 collector::ObjectBytePair freed; member in struct:art::gc::space::AllocSpace::SweepCallbackContext
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 642 bool freed = false;
645 freed = s.GetFreedAndReset();
668 else if (freed)
  /external/libunwind/doc/
libunwind-ptrace.tex 87 resources are freed up.
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/ui/file_manager/image_loader/
cache.js 43 * Minimal amount of memory freed per eviction. Used to limit number of
  /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...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 248 * Closes internal buffers. Call to ensure, that internal buffers are freed
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 70 // 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.
  /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
5506 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/chromium_org/third_party/libevent/
http.c 272 * 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.
    [all...]
  /external/blktrace/doc/
blktrace.tex 555 the issuer has to wait for one to be freed.
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 544 var ALLOC_STATIC = 2; // Cannot be freed
545 var ALLOC_DYNAMIC = 3; // Cannot be freed except through sbrk
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 602 var ALLOC_STATIC = 2; // Cannot be freed
603 var ALLOC_DYNAMIC = 3; // Cannot be freed except through sbrk
    [all...]

Completed in 7113 milliseconds

12