/external/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 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
|
D | i386-pc-linux-gnu.supp | 31 We don't care if as leaks 37 We don't care if python leaks
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 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
|
D | i386-pc-linux-gnu.supp | 31 We don't care if as leaks 37 We don't care if python leaks
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 152 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak() local 156 for (uptr i = 0; i < leaks.Size(); i++) { in MaybeReportThreadLeak() 157 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in MaybeReportThreadLeak() 158 leaks[i].count++; in MaybeReportThreadLeak() 163 leaks.PushBack(leak); in MaybeReportThreadLeak() 203 Vector<ThreadLeak> leaks(MBlockScopedBuf); in ThreadFinalize() local 205 MaybeReportThreadLeak, &leaks); in ThreadFinalize() 206 for (uptr i = 0; i < leaks.Size(); i++) { in ThreadFinalize() 208 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize() 209 rep.SetCount(leaks[i].count); in ThreadFinalize()
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer-leak.test | 3 LEAK_DURING: ERROR: LeakSanitizer: detected memory leaks 9 LEAK_IN_CORPUS: ERROR: LeakSanitizer: detected memory leaks 16 LEAK_AFTER: ERROR: LeakSanitizer: detected memory leaks
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug05.txt | 3 # This test looks for memory leaks or deadlocks 34 # Analyze system statistics to determine memory leaks
|
/external/python/cpython2/Lib/test/leakers/ |
D | README.txt | 13 # this is the function that leaks, but also creates cycles 17 Here's an example interpreter session for test_gestalt which still leaks:
|
/external/python/cpython3/Lib/test/leakers/ |
D | README.txt | 13 # this is the function that leaks, but also creates cycles 17 Here's an example interpreter session for test_gestalt which still leaks:
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.m | 436 // 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/libchrome/libchrome_tools/patch/ |
D | message_loop_unittest.patch | 52 // Failure to call FlushForTesting() could result in task leaks as tasks 80 // Failure to call FlushForTesting() could result in task leaks as tasks
|
/external/ltp/testcases/kernel/fs/fs_bind/ |
D | TODO | 8 Check for leaks of vfsmount structs by diffing vfs slab cache obj numbers
|
/external/libpng/contrib/pngminus/ |
D | CHANGES.txt | 6 1.1 - 2015.07.29 - Fixed leaks (Glenn Randers-Pehrson)
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.4.rst | 50 - mesa: fix geometry shader memory leaks 52 - gallium/u_blitter: fix some shader memory leaks
|
D | 10.2.5.rst | 59 - mesa: fix geometry shader memory leaks 61 - gallium/u_blitter: fix some shader memory leaks
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 525 leaks = FALSE; in IntlTest() 614 UBool rval = this->leaks; in setLeaks() 615 this->leaks = leaksVal; in setLeaks() 1212 UBool leaks = FALSE; in main() local 1254 leaks = TRUE; in main() 1331 major.setLeaks( leaks ); in main() 1366 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1477 if (leaks) { in main() 1495 if (leaks && res) { in main()
|
/external/python/cpython2/Misc/ |
D | valgrind-python.supp | 44 # Leaks (including possible leaks) 45 # Hmmm, I wonder if this masks some real leaks. I think it does. 107 # Non-python specific leaks
|
D | README.valgrind | 3 to ensure there are no memory leaks or invalid memory reads/writes. 16 memory leaks, you will need to configure python --without-pymalloc.
|
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/ |
D | control.idle_in_meeting_with_bots | 9 CRITERIA = "No unexpected resource leaks."
|
D | control.join_leave_meeting_with_bots | 9 CRITERIA = "No unexpected resource leaks."
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 283 Fix ssl sockets leaks when connection is aborted in asyncio/ssl 293 Closing transport during handshake process leaks open socket. Patch by 474 could cause memory leaks or crashes. Now scanner and encoder objects are 514 Fixed leaks and crashes in errors handling in the parser module. 583 Fixed memory leaks in the replace() method of datetime and time objects when 764 Fix reference leaks in IDLE tests. Patches by Louie Lu and Terry Jan Reedy.
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 44 # Leaks (including possible leaks) 45 # Hmmm, I wonder if this masks some real leaks. I think it does. 107 # Non-python specific leaks
|
/external/v8/src/builtins/ |
D | internal-coverage.tq | 31 // coverage infos in order to avoid memory leaks.
|
/external/ImageMagick/ |
D | ChangeLog | 656 * Fixed a few potential memory leaks 828 * Fixed numerous memory leaks, credit to OSS Fuzz. 840 * Fixed numerous memory leaks (reference 871 * Fixed numerous memory leaks (reference 953 * Fixed numerous memory leaks (reference 966 * Fixed numerous memory leaks (reference 973 * Fixed numerous memory leaks (reference 977 * Stop potential leaks in the JNG decoder (reference: 993 * Fixed numerous memory leaks (reference 1004 * Fixed numerous memory leaks (reference [all …]
|
/external/clang/docs/ |
D | LeakSanitizer.rst | 34 ==23646==ERROR: LeakSanitizer: detected memory leaks
|