HomeSort by relevance Sort by last modified time
    Searched defs:leaks (Results 1 - 16 of 16) 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
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
options.h 111 int leaks ; /* 1 if I want to print the allocation statistics, member in struct:cloogoptions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
options.h 111 int leaks ; /* 1 if I want to print the allocation statistics, member in struct:cloogoptions
  /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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/qemu/include/block/
block.h 102 int leaks; member in struct:BdrvCheckResult
  /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/qemu/qapi-auto-generated/
qapi-types.h 2044 int64_t leaks; member in struct:ImageCheck
    [all...]

Completed in 583 milliseconds