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

12

/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/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.h18 DECLARE_bool(leaks); variable
H A DSkCommonFlags.cpp26 DEFINE_bool2(leaks, l, false, "show leaked ref cnt'd objects.");
/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);
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[
[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/valgrind/main/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp2 All heap blocks were freed -- no leaks are possible
4 expecting no leaks
H A Dlks.stderr.exp2 All heap blocks were freed -- no leaks are possible
H A Dleak_cpp_interior.stderr.exp83 All heap blocks were freed -- no leaks are possible
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h142 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
H A Dintltest.cpp547 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;
1265 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1293 major.setLeaks( leaks );
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h166 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
H A Dintltest.cpp547 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;
1267 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1295 major.setLeaks( leaks );
[all...]
/external/chromium_org/third_party/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/skia/tests/
H A Dskia_test.cpp36 DEFINE_bool2(leaks, l, false, "show leaked ref cnt'd objects.");
/external/qemu/include/block/
H A Dblock.h102 int leaks; member in struct:BdrvCheckResult
/external/skia/dm/
H A DDM.cpp60 DEFINE_bool(leaks, false, "Print leaked instance-counted objects at exit?");
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd41 mem.leaks; seamless Python compatibility, buffer() optional
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli110 invoked to avoid memory leaks. *)
/external/skia/bench/
H A Dbenchmain.cpp233 DEFINE_bool2(leaks, l, false, "show leaked ref cnt'd objects.");
/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++;
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2044 int64_t leaks; member in struct:ImageCheck

Completed in 1480 milliseconds

12