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

  /external/chromium_org/v8/tools/
run-valgrind.py 31 # stderr for memory leaks.
62 leaks = [] variable
65 leaks.append(line)
71 if len(leaks) < 2 or len(leaks) > 3:
76 # No leaks found.
  /external/chromium_org/third_party/skia/tools/flags/
SkCommonFlags.h 18 DECLARE_bool(leaks); variable
SkCommonFlags.cpp 26 DEFINE_bool2(leaks, l, false, "show leaked ref cnt'd objects.");
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 153 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; local
157 for (uptr i = 0; i < leaks.Size(); i++) {
158 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) {
159 leaks[i].count++;
164 leaks.PushBack(leak);
204 Vector<ThreadLeak> leaks(MBlockScopedBuf);
206 MaybeReportThreadLeak, &leaks);
207 for (uptr i = 0; i < leaks.Size(); i++) {
209 rep.AddThread(leaks[i].tctx, true);
210 rep.SetCount(leaks[i].count)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 171 "in tracking down leaks where only a small fraction of "
177 "and registers are not reported as leaks");
187 // The larger it can be, the lesser is the chance of missing real leaks.
200 // and make it probabilistically more likely to miss leaks
222 " false leaks that will disappear if the heap checker delays"
228 "Exit code to return if any leaks were detected.");
1718 HeapProfileTable::Snapshot* leaks = NULL; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 171 "in tracking down leaks where only a small fraction of "
177 "and registers are not reported as leaks");
187 // The larger it can be, the lesser is the chance of missing real leaks.
200 // and make it probabilistically more likely to miss leaks
222 " false leaks that will disappear if the heap checker delays"
228 "Exit code to return if any leaks were detected.");
1718 HeapProfileTable::Snapshot* leaks = NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 142 virtual UBool setLeaks( UBool leaks = TRUE );
302 UBool leaks; member in class:IntlTest
346 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
intltest.cpp 547 leaks = FALSE;
625 UBool rval = this->leaks;
626 this->leaks = leaksVal;
1149 // being run a second time local to a specific method in order to report only actual leaks
1151 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1177 UBool leaks = FALSE; local
1216 else if (strcmp("leaks", str) == 0 ||
1218 leaks = TRUE;
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.h 166 virtual UBool setLeaks( UBool leaks = TRUE );
326 UBool leaks; member in class:IntlTest
370 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
intltest.cpp 547 leaks = FALSE;
625 UBool rval = this->leaks;
626 this->leaks = leaksVal;
1151 // being run a second time local to a specific method in order to report only actual leaks
1153 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1179 UBool leaks = FALSE; local
1218 else if (strcmp("leaks", str) == 0 ||
1220 leaks = TRUE;
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 348 FT_ULong leaks = 0; local
373 leaks += node->size;
418 leaks, leak_count );
420 printf( "FreeType: no memory leaks detected\n" );
  /external/freetype/src/base/
ftdbgmem.c 348 FT_ULong leaks = 0; local
373 leaks += node->size;
418 leaks, leak_count );
420 printf( "FreeType: no memory leaks detected\n" );
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 41 mem.leaks; seamless Python compatibility, buffer() optional
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 110 invoked to avoid memory leaks. *)
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 408 show_all_leaks: Whether to show even less important leaks
547 # Ignore "possible" leaks for now by default.
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 576 puts "All memory allocations freed - no leaks"
594 puts "Writing leaks.sql..."
596 memdebug_log_sql leaks.sql
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /bionic/libc/
Android.mk     [all...]
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp     [all...]

Completed in 1223 milliseconds