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

  /external/v8/tools/
run-valgrind.py 31 # stderr for memory leaks.
86 leaks = [] variable
89 leaks.append(line)
95 if len(leaks) < 2 or len(leaks) > 3:
100 # No leaks found.
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 55 std::vector<Leak> leaks; member in struct:UnreachableMemoryInfo
63 // Clear the memory that holds the leaks, otherwise the next attempt to
64 // detect leaks may find the old data (for example in the jemalloc tcache)
65 // and consider all the leaks to be referenced.
66 memset(leaks.data(), 0, leaks.capacity() * sizeof(Leak));
  /external/icu/icu4c/source/test/intltest/
intltest.h 149 virtual UBool setLeaks( UBool leaks = TRUE );
310 UBool leaks; member in class:IntlTest
354 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
intltest.cpp 547 leaks = FALSE;
626 UBool rval = this->leaks;
627 this->leaks = leaksVal;
1152 // being run a second time local to a specific method in order to report only actual leaks
1154 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1184 UBool leaks = FALSE; local
1223 else if (strcmp("leaks", str) == 0 ||
1225 leaks = TRUE;
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 164 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; local
168 for (uptr i = 0; i < leaks.Size(); i++) {
169 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) {
170 leaks[i].count++;
175 leaks.PushBack(leak);
215 Vector<ThreadLeak> leaks(MBlockScopedBuf);
217 MaybeReportThreadLeak, &leaks);
218 for (uptr i = 0; i < leaks.Size(); i++) {
220 rep.AddThread(leaks[i].tctx, true);
221 rep.SetCount(leaks[i].count)
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 350 FT_Long leaks = 0; local
376 leaks += node->size;
421 leaks, leak_count );
423 printf( "FreeType: no memory leaks detected\n" );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftdbgmem.c 350 FT_Long leaks = 0; local
375 leaks += node->size;
420 leaks, leak_count );
422 printf( "FreeType: no memory leaks detected\n" );
  /external/pdfium/third_party/freetype/src/base/
ftdbgmem.c 350 FT_Long leaks = 0; local
375 leaks += node->size;
420 leaks, leak_count );
422 printf( "FreeType: no memory leaks detected\n" );

Completed in 1194 milliseconds