Home
last modified time | relevance | path

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

123456

/external/chromium_org/v8/tools/
Drun-valgrind.py62 leaks = [] variable
65 leaks.append(line)
71 if len(leaks) < 2 or len(leaks) > 3:
/external/chromium_org/tools/lsan/
Dsuppressions.txt4 #### Third-party leaks ####
18 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988
26 # XRandR has several one time leaks.
38 # Skia leaks GrGpuGL::ProgramCache::Entry. http://crbug.com/262934
65 # Instead, commits that introduce memory leaks should be reverted. Suppressing
68 # leaks.
/external/chromium_org/tools/valgrind/gtest_exclude/
Dsuppressions.txt2 Test DiskCacheBackendTest.InvalidEntryEnumeration leaks.
15 Test DiskCacheBackendTest.InvalidEntryRead leaks.
25 Test DiskCacheBackendTest.InvalidEntryWithLoad leaks.
Dextensions_unittests.gtest-memcheck.txt1 # These contain un-analyzed test failures and leaks
/external/skia/tools/
Dlsan.supp5 # Ignore fontconfig leaks.
9 # It'd be really nice to supress these leaks in the Nvidia driver, but I can't figure it out.
14 # Skia leaks
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc153 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak() local
157 for (uptr i = 0; i < leaks.Size(); i++) { in MaybeReportThreadLeak()
158 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in MaybeReportThreadLeak()
159 leaks[i].count++; in MaybeReportThreadLeak()
164 leaks.PushBack(leak); in MaybeReportThreadLeak()
204 Vector<ThreadLeak> leaks(MBlockScopedBuf); in ThreadFinalize() local
206 MaybeReportThreadLeak, &leaks); in ThreadFinalize()
207 for (uptr i = 0; i < leaks.Size(); i++) { in ThreadFinalize()
209 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
210 rep.SetCount(leaks[i].count); in ThreadFinalize()
/external/llvm/utils/valgrind/
Dx86_64-pc-linux-gnu.supp30 We don't care if as leaks
42 We don't care if grep leaks
48 We don't care if python leaks
Di386-pc-linux-gnu.supp31 We don't care if as leaks
37 We don't care if python leaks
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_button_unittest.mm27 // Test hover, mostly to ensure nothing leaks or crashes.
35 // Test disabled, mostly to ensure nothing leaks or crashes.
43 // Test pushed, mostly to ensure nothing leaks or crashes.
/external/chromium_org/chrome/browser/ui/cocoa/
Dimage_button_cell_unittest.mm39 // Test drawing, mostly to ensure nothing leaks or crashes.
53 // Test drawing, mostly to ensure nothing leaks or crashes.
67 // Test drawing, mostly to ensure nothing leaks or crashes.
Dgradient_button_cell_unittest.mm37 // Test drawing, mostly to ensure nothing leaks or crashes.
47 // Test hover, mostly to ensure nothing leaks or crashes.
113 // Test drawing when first responder, mostly to ensure nothing leaks or
/external/valgrind/main/
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
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-checker.cc1718 HeapProfileTable::Snapshot* leaks = NULL; in DoNoLeaks() local
1759 leaks = heap_profile->NonLiveSnapshot(base); in DoNoLeaks()
1761 inuse_bytes_increase_ = static_cast<ssize_t>(leaks->total().alloc_size); in DoNoLeaks()
1762 inuse_allocs_increase_ = static_cast<ssize_t>(leaks->total().allocs); in DoNoLeaks()
1763 if (leaks->Empty()) { in DoNoLeaks()
1764 heap_profile->ReleaseSnapshot(leaks); in DoNoLeaks()
1765 leaks = NULL; in DoNoLeaks()
1801 if (leaks != NULL) { in DoNoLeaks()
1807 if (leaks == NULL) { in DoNoLeaks()
1844 leaks->ReportLeaks(name_, pprof_file, true); // true = should_symbolize in DoNoLeaks()
[all …]
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-checker.cc1718 HeapProfileTable::Snapshot* leaks = NULL; in DoNoLeaks() local
1759 leaks = heap_profile->NonLiveSnapshot(base); in DoNoLeaks()
1761 inuse_bytes_increase_ = static_cast<ssize_t>(leaks->total().alloc_size); in DoNoLeaks()
1762 inuse_allocs_increase_ = static_cast<ssize_t>(leaks->total().allocs); in DoNoLeaks()
1763 if (leaks->Empty()) { in DoNoLeaks()
1764 heap_profile->ReleaseSnapshot(leaks); in DoNoLeaks()
1765 leaks = NULL; in DoNoLeaks()
1801 if (leaks != NULL) { in DoNoLeaks()
1807 if (leaks == NULL) { in DoNoLeaks()
1844 leaks->ReportLeaks(name_, pprof_file, true); // true = should_symbolize in DoNoLeaks()
[all …]
/external/chromium_org/ppapi/api/
Dpp_var.idl48 * AddRef() and Release() must be used properly to avoid memory leaks.
56 * avoid memory leaks.
64 * so AddRef() and Release() must be used properly to avoid memory leaks.
73 * leaks.
83 * Release() must be used properly to avoid memory leaks.
94 * properly to avoid memory leaks. Under normal circumstances, the
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_textfield_unittest.mm32 // Test invalid, mostly to ensure nothing leaks or crashes.
40 // Test with icon, mostly to ensure nothing leaks or crashes.
/external/chromium_org/third_party/skia/tools/flags/
DSkCommonFlags.h18 DECLARE_bool(leaks);
DSkCommonFlags.cpp26 DEFINE_bool2(leaks, l, false, "show leaked ref cnt'd objects.");
/external/chromium_org/third_party/v4l2capture/
DREADME.chromium17 Fixed memory leaks in Video_device_unmap and Video_device_create_buffers.
/external/valgrind/main/memcheck/tests/
Dleak-segv-jmp.stderr.exp2 All heap blocks were freed -- no leaks are possible
4 expecting no leaks
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_button_unittest.mm11 // Make sure nothing leaks.
/external/chromium_org/third_party/icu/source/test/intltest/
Dintltest.cpp547 leaks = FALSE; in IntlTest()
625 UBool rval = this->leaks; in setLeaks()
626 this->leaks = leaksVal; in setLeaks()
1177 UBool leaks = FALSE; in main() local
1218 leaks = TRUE; in main()
1293 major.setLeaks( leaks ); in main()
1327 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main()
1441 if (leaks) { in main()
1460 if (leaks && res) { in main()
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp547 leaks = FALSE; in IntlTest()
625 UBool rval = this->leaks; in setLeaks()
626 this->leaks = leaksVal; in setLeaks()
1179 UBool leaks = FALSE; in main() local
1220 leaks = TRUE; in main()
1295 major.setLeaks( leaks ); in main()
1329 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main()
1443 if (leaks) { in main()
1462 if (leaks && res) { in main()
/external/chromium_org/ui/gfx/test/
Dui_cocoa_test_helper.mm15 // Force those leaks here, so there can be a unique calling path, allowing
16 // to flag intentional leaks without having to suppress all calls to
19 // First NSCursor push always leaks.

123456