Searched refs:leaks (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/tools/memory_watcher/scripts/
H A Dmemprof.pl39 my %leaks = ();
54 $leaks{"UNACCOUNTED"} += $bytes;
83 $leaks{$pig} += $bytes;
93 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks;
96 printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
97 $sum += $leaks{$key};
H A Dmemtrace.pl33 my %leaks = ();
56 $leaks{$location_blame} += $location_bytes;
123 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks;
127 printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
128 $sum += $leaks{$key};
H A Dsummary.pl18 my %leaks = ();
133 $leaks{$location_blame} += $bytes;
138 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks;
141 printf "%11s\t(%3.2f%%)\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
142 $sum += $leaks{$key};
H A Dfinditem.pl10 my %leaks = ();
/external/chromium_org/v8/tools/
H A Drun-valgrind.py31 # 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/v8/tools/
H A Drun-valgrind.py31 # 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/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc153 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);
182 Vector<ThreadLeak> leaks(MBlockScopedBuf);
184 MaybeReportThreadLeak, &leaks);
185 for (uptr i = 0; i < leaks.Size(); i++) {
187 rep.AddThread(leaks[i].tctx);
188 rep.SetCount(leaks[
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h111 virtual UBool setLeaks( UBool leaks = TRUE );
225 UBool leaks; member in class:IntlTest
262 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
H A Dintltest.cpp514 leaks = FALSE;
584 UBool rval = this->leaks;
585 this->leaks = leaksVal;
1051 // being run a second time local to a specific method in order to report only actual leaks
1053 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1078 UBool leaks = FALSE; local
1109 else if (strcmp("leaks", str) == 0 ||
1111 leaks = TRUE;
1153 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1181 major.setLeaks( leaks );
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc171 "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.");
838 // libpthread has a lot of small "system" leaks we don't care about.
852 // JVM has a lot of leaks we don't care about.
854 // The JVM leaks java.util.zip.Inflater after loading classes.
858 // library loader leaks som
1718 HeapProfileTable::Snapshot* leaks = NULL; local
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc171 "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.");
838 // libpthread has a lot of small "system" leaks we don't care about.
852 // JVM has a lot of leaks we don't care about.
854 // The JVM leaks java.util.zip.Inflater after loading classes.
858 // library loader leaks som
1718 HeapProfileTable::Snapshot* leaks = NULL; local
[all...]
/external/icu4c/test/intltest/
H A Dintltest.cpp530 leaks = FALSE;
607 UBool rval = this->leaks;
608 this->leaks = leaksVal;
1077 // being run a second time local to a specific method in order to report only actual leaks
1079 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1105 UBool leaks = FALSE; local
1136 else if (strcmp("leaks", str) == 0 ||
1138 leaks = TRUE;
1183 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1212 major.setLeaks( leaks );
[all...]
H A Dintltest.h137 virtual UBool setLeaks( UBool leaks = TRUE );
273 UBool leaks; member in class:IntlTest
316 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c354 FT_ULong leaks = 0; local
377 leaks += node->size;
422 leaks, leak_count );
424 printf( "FreeType: no memory leaks detected\n" );
/external/freetype/src/base/
H A Dftdbgmem.c348 FT_ULong leaks = 0; local
373 leaks += node->size;
418 leaks, leak_count );
420 printf( "FreeType: no memory leaks detected\n" );
/external/qemu/
H A Dblock.h102 int leaks; member in struct:BdrvCheckResult
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli111 invoked to avoid memory leaks. *)
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl576 puts "All memory allocations freed - no leaks"
594 puts "Writing leaks.sql..."
596 memdebug_log_sql leaks.sql
/external/qemu/block/
H A Dqcow2-refcount.c1193 res->leaks++;

Completed in 543 milliseconds