| /external/angle/build/sanitizers/ |
| D | lsan_suppressions.cc | 19 // Intentional leak used as sanity test for Valgrind/memcheck. 20 "leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody\n" 25 "leak:libfontconfig\n" 26 "leak:libthird_party_fontconfig\n" 27 // eglibc-2.19/string/strdup.c creates false positive leak errors because of 28 // the same reason as crbug.com/39050. The leak error stack trace, when 30 // trace is too short in leak sanitizer bot to make the libfontconfig 32 "leak:__strdup\n" 35 "leak:libGL.so\n" 36 "leak:libGLX_nvidia.so\n" [all …]
|
| /external/cronet/build/sanitizers/ |
| D | lsan_suppressions.cc | 19 // Intentional leak used as sanity test for Valgrind/memcheck. 20 "leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody\n" 25 "leak:libfontconfig\n" 26 // eglibc-2.19/string/strdup.c creates false positive leak errors because of 27 // the same reason as crbug.com/39050. The leak error stack trace, when 29 // trace is too short in leak sanitizer bot to make the libfontconfig 31 "leak:__strdup\n" 34 "leak:libGL.so\n" 35 "leak:libGLX_nvidia.so\n" 36 "leak:libnvidia-cbl.so\n" [all …]
|
| /external/webrtc/tools_webrtc/sanitizers/ |
| D | lsan_suppressions_webrtc.cc | 30 "leak:libfontconfig\n" 33 "leak:libGL.so\n" 36 "leak:libxrandr\n" 38 // xrandr leak. http://crbug.com/119677 39 "leak:XRRFindDisplay\n" 48 // Suppressing the leak is acceptable in some cases when reverting is 49 // impossible, i.e. when enabling leak detection for the first time for a 54 "leak:rtc::unstarted_task_test_DoNotDeleteTask2_Test::TestBody\n" 55 "leak:rtc::HttpServer::HandleConnection\n" 56 "leak:rtc::HttpServer::Connection::onHttpHeaderComplete\n" [all …]
|
| /external/skia/tools/ |
| D | valgrind.supp | 3 # Intentional thread / memory leak in nanobench. 6 Memcheck:Leak 7 match-leak-kinds: possible,definite 15 Memcheck:Leak 16 match-leak-kinds: possible,definite 24 Memcheck:Leak 25 match-leak-kinds: possible,definite 33 Memcheck:Leak 34 match-leak-kinds: definite 79 Memcheck:Leak [all …]
|
| D | LsanSuppressions.cpp | 20 … return "leak:libfontconfig\n" // FontConfig looks like it leaks, but it doesn't. in __lsan_default_suppressions() 21 "leak:libfreetype\n" // Unsure, appeared upgrading Debian 9->10. in __lsan_default_suppressions() 22 "leak:libGLX_nvidia.so\n" // For NVidia driver. in __lsan_default_suppressions() 23 "leak:libnvidia-glcore.so\n" // For NVidia driver. in __lsan_default_suppressions() 24 "leak:libnvidia-tls.so\n" // For NVidia driver. in __lsan_default_suppressions() 25 "leak:terminator_CreateDevice\n" // Intel Vulkan drivers. in __lsan_default_suppressions() 26 "leak:vkEnumeratePhysicalDevices\n" // Intel Vulkan drivers. in __lsan_default_suppressions()
|
| /external/google-fruit/tests/ |
| D | valgrind_suppressions.supp | 3 Memcheck:Leak 4 match-leak-kinds: possible 10 Memcheck:Leak 11 match-leak-kinds: definite 18 Memcheck:Leak 19 match-leak-kinds: definite 26 Memcheck:Leak 27 match-leak-kinds: definite 33 Memcheck:Leak 34 match-leak-kinds: definite [all …]
|
| /external/cronet/third_party/abseil-cpp/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 38 // `-fsanitize=leak` to both the compiler and linker. Since GCC does not 43 // $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak 44 // --linkopt=-fsanitize=leak ... 59 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 65 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 77 // Instruct the leak sanitizer to ignore leak warnings on the object referenced [all …]
|
| /external/angle/third_party/abseil-cpp/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 38 // `-fsanitize=leak` to both the compiler and linker. Since GCC does not 43 // $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak 44 // --linkopt=-fsanitize=leak ... 59 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 65 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 77 // Instruct the leak sanitizer to ignore leak warnings on the object referenced [all …]
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 38 // `-fsanitize=leak` to both the compiler and linker. Since GCC does not 43 // $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak 44 // --linkopt=-fsanitize=leak ... 59 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 65 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 77 // Instruct the leak sanitizer to ignore leak warnings on the object referenced [all …]
|
| /external/webrtc/third_party/abseil-cpp/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 38 // `-fsanitize=leak` to both the compiler and linker. Since GCC does not 43 // $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak 44 // --linkopt=-fsanitize=leak ... 59 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 65 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 77 // Instruct the leak sanitizer to ignore leak warnings on the object referenced [all …]
|
| /external/abseil-cpp/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 38 // `-fsanitize=leak` to both the compiler and linker. Since GCC does not 43 // $ bazel test --copt=-DLEAK_SANITIZER --copt=-fsanitize=leak 44 // --linkopt=-fsanitize=leak ... 59 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 65 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 77 // Instruct the leak sanitizer to ignore leak warnings on the object referenced [all …]
|
| /external/python/pybind11/tests/ |
| D | valgrind-python.supp | 14 Memcheck:Leak 30 Memcheck:Leak 47 Memcheck:Leak 66 Memcheck:Leak 85 Memcheck:Leak 103 …dlopen leak (https://stackoverflow.com/questions/1542457/memory-leak-reported-by-valgrind-in-dlope… 104 Memcheck:Leak 121 …dlopen leak (https://stackoverflow.com/questions/1542457/memory-leak-reported-by-valgrind-in-dlope… 122 Memcheck:Leak
|
| D | valgrind-numpy-scipy.supp | 5 Memcheck:Leak 20 Memcheck:Leak 33 Memcheck:Leak 54 Memcheck:Leak 71 Memcheck:Leak 87 Leak when importing scipy.fft 88 Memcheck:Leak 106 Memcheck:Leak
|
| /external/clang/test/Analysis/ |
| D | NewDeleteLeaks-PR19102.cpp | 25 new int; // expected-warning@+1 {{Potential memory leak}} in test() 26 new A0; // expected-warning@+1 {{Potential memory leak}} in test() 27 new A1(0); // expected-warning@+1 {{Potential memory leak}} in test() 28 new A2; // expected-warning@+1 {{Potential memory leak}} in test() 32 new A2(s); // expected-warning@+1 {{Potential memory leak}} in test() 33 new A2(&(s.i)); // expected-warning@+1 {{Potential memory leak}} in test() 39 A2 *a2p1 = new A2; // expected-warning@+1 {{Potential leak of memory}} in test() 40 A2 *a2p2 = new A2(ps); // expected-warning@+1 {{Potential leak of memory}} in test() 41 A2 *a2p3 = new A2(*ps, 1); // expected-warning@+1 {{Potential leak of memory}} in test() 42 A2 *a2p4 = new A2(1, &ps); // expected-warning@+1 {{Potential leak of memory}} in test()
|
| /external/python/cpython2/Lib/test/leakers/ |
| D | README.txt | 1 This directory contains test cases that are known to leak references. 3 and call the leak function repeatedly. This will only be helpful if 9 to define the leak function like: 11 def leak(): 19 >>> from test.leakers.test_gestalt import leak 21 >>> leak() 23 >>> leak() 25 >>> leak() 29 Once the leak is fixed, the test case should be moved into an appropriate
|
| /external/python/cpython3/Lib/test/leakers/ |
| D | README.txt | 1 This directory contains test cases that are known to leak references. 3 and call the leak function repeatedly. This will only be helpful if 9 to define the leak function like: 11 def leak(): 19 >>> from test.leakers.test_gestalt import leak 21 >>> leak() 23 >>> leak() 25 >>> leak() 29 Once the leak is fixed, the test case should be moved into an appropriate
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 42 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 48 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 60 // Instruct the leak sanitizer to ignore leak warnings on the object referenced 71 // allocated, leak sanitizer will assume this object is referenced even if 82 // If any leaks are detected, prints a leak report and returns true. This 83 // function may be called repeatedly, and does not affect end-of-process leak [all …]
|
| /external/googletest/googlemock/test/ |
| D | gmock_leak_test_.cc | 34 // caught by Google Mock's leak detector. 64 // In order to test the leak detector, we deliberately leak foo. in TEST() 66 // Makes sure Google Mock's leak detector can change the exit code in TEST() 76 // In order to test the leak detector, we deliberately leak foo. in TEST() 78 // Makes sure Google Mock's leak detector can change the exit code in TEST() 91 // In order to test the leak detector, we deliberately leak foo1 and in TEST() 94 // Makes sure Google Mock's leak detector can change the exit code in TEST()
|
| /external/cronet/third_party/googletest/src/googlemock/test/ |
| D | gmock_leak_test_.cc | 33 // caught by Google Mock's leak detector. 63 // In order to test the leak detector, we deliberately leak foo. in TEST() 65 // Makes sure Google Mock's leak detector can change the exit code in TEST() 75 // In order to test the leak detector, we deliberately leak foo. in TEST() 77 // Makes sure Google Mock's leak detector can change the exit code in TEST() 90 // In order to test the leak detector, we deliberately leak foo1 and in TEST() 93 // Makes sure Google Mock's leak detector can change the exit code in TEST()
|
| /external/clang/docs/ |
| D | LeakSanitizer.rst | 11 LeakSanitizer is a run-time memory leak detector. It can be combined with 12 :doc:`AddressSanitizer` to get both memory error and leak detection, or 14 until the very end of the process, at which point there is an extra leak 25 $ cat memory-leak.c 33 % clang -fsanitize=address -g memory-leak.c ; ./a.out 35 Direct leak of 7 byte(s) in 1 object(s) allocated from: 37 #1 0x4da26a in main memory-leak.c:4:7 42 ``-fsanitize=leak`` flag. Make sure to use ``clang`` (not ``ld``) for the
|
| /external/llvm/utils/valgrind/ |
| D | x86_64-pc-linux-gnu.supp | 2 False leak under RegisterPass 3 Memcheck:Leak 31 Memcheck:Leak 37 Memcheck:Leak 51 Memcheck:Leak 57 Memcheck:Leak 64 Memcheck:Leak
|
| /external/libtextclassifier/abseil-cpp/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 42 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 54 // Instruct the leak sanitizer to ignore leak warnings on the object referenced 77 // not be reported as leaks. Leak check disabling will occur within the code 99 // referenced and for which leak checking should be ignored. This function is 107 // `RegisterLivePointers()`, enabling leak checking of those pointers.
|
| /external/openscreen/third_party/abseil/src/absl/debugging/ |
| D | leak_check.h | 19 // This file contains functions that affect leak checking behavior within 20 // targets built with the LeakSanitizer (LSan), a memory leak detector that is 24 // Note: this leak checking API is not yet supported in MSVC. 25 // Leak checking is enabled by default in all ASan builds. 42 // Returns true if a leak-checking sanitizer (either ASan or standalone LSan) is 54 // Instruct the leak sanitizer to ignore leak warnings on the object referenced 77 // not be reported as leaks. Leak check disabling will occur within the code 99 // referenced and for which leak checking should be ignored. This function is 107 // `RegisterLivePointers()`, enabling leak checking of those pointers.
|
| /external/compiler-rt/include/sanitizer/ |
| D | lsan_interface.h | 27 // The heap object into which p points will be treated as a non-leak. 31 // of live pointers during leak checking. Useful if you store pointers in 45 // end-of-process leak check. In particular, it will terminate the process if 48 // leak check will not run. Effectively, end-of-process leak check is moved to 54 // Check for leaks now. Returns zero if no leaks have been found or if leak 57 // long-running process. It prints a leak report if appropriate, but does not 59 // __lsan_do_leak_check() or the end-of-process leak check, and is not 63 // The user may optionally provide this function to disallow leak checking
|
| /external/protobuf/php/tests/ |
| D | memory_leak_test.sh | 14 echo "Running memory leak test, args: $@" 31 …if valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all… 32 echo "Memory leak test SUCCEEDED" 34 echo "Memory leak test FAILED"
|