Home
last modified time | relevance | path

Searched refs:leaks (Results 1 – 25 of 104) sorted by relevance

12345

/external/llvm/utils/valgrind/
Dx86_64-pc-linux-gnu.supp30 We don't care if as leaks
36 We don't care if bash leaks
50 We don't care if grep leaks
56 We don't care if python leaks
63 We don't care if sed leaks
Di386-pc-linux-gnu.supp31 We don't care if as leaks
37 We don't care if python leaks
/external/v8/tools/
Drun-valgrind.py86 leaks = [] variable
89 leaks.append(line)
95 if len(leaks) < 2 or len(leaks) > 3:
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc164 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak() local
168 for (uptr i = 0; i < leaks.Size(); i++) { in MaybeReportThreadLeak()
169 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in MaybeReportThreadLeak()
170 leaks[i].count++; in MaybeReportThreadLeak()
175 leaks.PushBack(leak); in MaybeReportThreadLeak()
215 Vector<ThreadLeak> leaks(MBlockScopedBuf); in ThreadFinalize() local
217 MaybeReportThreadLeak, &leaks); in ThreadFinalize()
218 for (uptr i = 0; i < leaks.Size(); i++) { in ThreadFinalize()
220 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
221 rep.SetCount(leaks[i].count); in ThreadFinalize()
Dtsan_flags.inc33 TSAN_FLAG(bool, report_thread_leaks, true, "Report thread leaks at exit?")
/external/valgrind/
Dglibc-2.2.supp475 ## LinuxThreads leaks the stack and TLS data for the manager thread
477 LinuxThreads: leaks stack of manager thread
484 LinuxThreads: leaks TLS data for manager thread
491 LinuxThreads: leaks TLS data for manager thread
498 LinuxThreads: leaks stack of manager thread
505 LinuxThreads: leaks TLS data for manager thread
514 LinuxThreads: leaks TLS data for manager thread
Dglibc-2.3.supp322 ## LinuxThreads leaks the stack and TLS data for the manager thread
324 LinuxThreads: leaks stack of manager thread
331 LinuxThreads: leaks TLS data for manager thread
338 LinuxThreads: leaks TLS data for manager thread
DREADME_DEVELOPERS145 e.g. to verify Valgrind has no bugs such as memory leaks.
195 so Memcheck can be used to find leaks and use after free in an Inner
230 contains the leaks found in the inner, for an outer helgrind or drd,
/external/pdfium/tools/lsan/
Dlsan_suppressions.txt14 # Obvious leaks:
17 # CJS_Field CFX_WideString::StringData leaks
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.m436 // Don't want to get leaks on the iPhone Device as the device doesn't
437 // have 'leaks'. The simulator does though.
442 // This is an atexit handler. It runs leaks for us to check if we are
457 // are different from regular OS X libraries and leaks will fail to run
458 // because of missing symbols. Also capturing the output of leaks and then
459 // pipe rather than a direct pipe, because otherwise if leaks failed,
464 @"LeakOut=`DYLD_ROOT_PATH='' /usr/bin/leaks %@%d` &&"
470 "%s:%d: Error: Unable to run leaks. 'system' returned: %d\n",
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp547 leaks = FALSE; in IntlTest()
626 UBool rval = this->leaks; in setLeaks()
627 this->leaks = leaksVal; in setLeaks()
1184 UBool leaks = FALSE; in main() local
1225 leaks = TRUE; in main()
1300 major.setLeaks( leaks ); in main()
1334 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main()
1444 if (leaks) { in main()
1463 if (leaks && res) { in main()
Dintltest.h149 virtual UBool setLeaks( UBool leaks = TRUE );
310 UBool leaks; variable
/external/pdfium/tools/drmemory/
DREADME16 * memory leaks
17 * handle leaks (on Windows)
/external/valgrind/memcheck/tests/
Dleak-segv-jmp.stderr.exp2 All heap blocks were freed -- no leaks are possible
4 expecting no leaks
Dlks.stderr.exp2 All heap blocks were freed -- no leaks are possible
/external/c-ares/
DRELEASE-NOTES11 o fixed ares_parse_*_reply memory leaks
/external/compiler-rt/lib/lsan/
Dlsan_flags.inc26 LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.")
/external/freetype/src/base/
Dftdbgmem.c350 FT_Long leaks = 0; in ft_mem_table_destroy() local
375 leaks += node->size; in ft_mem_table_destroy()
420 leaks, leak_count ); in ft_mem_table_destroy()
/external/pdfium/third_party/freetype/src/base/
Dftdbgmem.c350 FT_Long leaks = 0; in ft_mem_table_destroy() local
375 leaks += node->size; in ft_mem_table_destroy()
420 leaks, leak_count ); in ft_mem_table_destroy()
/external/libexif/
DNEWS139 * Bug fixes for memory leaks, format strings, month one off, ...
157 * Small bug fixes (typos, memory leaks, ...) and feature
/external/clang/test/Analysis/inlining/
DRetainCountExamples.m36 // Test that retain release checker warns on leaks and use-after-frees when
/external/valgrind/docs/internals/
D3_4_BUGSTATUS.txt33 186790 Suppression pattern used for leaks are not reported
/external/selinux/libsepol/
DChangeLog343 * Merged fixes for several memory leaks in the error paths during
686 * Merged fixes for resource leaks on error paths and
690 * Merged more fixes for resource leaks on error paths
701 * Fixed further memory leaks found by valgrind.
704 * Fixed several memory leaks found by valgrind.
/external/llvm/cmake/modules/
DTableGen.cmake94 # FIXME: It leaks to user, callee of add_tablegen.
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli52 invoked to avoid memory leaks. *)

12345