/third_party/libabigail/tests/ |
D | test-valgrind-suppressions.supp | 2 suppress all libpython leaks 9 suppress all _rpm.so leaks (from python) 16 suppress all librpm.so leaks (from python) 23 suppress all libfreeblpriv3.so leaks (from python) 31 suppress all libsoftokn3.so leaks (from python) 38 suppress leaks from bash
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | fuzzer-leak.test | 3 LEAK_DURING: ERROR: LeakSanitizer: detected memory leaks 5 LEAK_DURING: INFO: to ignore leaks on libFuzzer side use -detect_leaks=0 11 LEAK_IN_CORPUS: ERROR: LeakSanitizer: detected memory leaks 16 MULTI_RUN_LEAK: LeakSanitizer: detected memory leaks 23 LEAK_AFTER: ERROR: LeakSanitizer: detected memory leaks
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | leaks.c | 179 const GValue *leaks; in GST_START_TEST() local 184 leaks = gst_structure_get_value (info, "live-objects-list"); in GST_START_TEST() 185 fail_unless (G_VALUE_HOLDS (leaks, GST_TYPE_LIST)); in GST_START_TEST() 186 size = gst_value_list_get_size (leaks); in GST_START_TEST() 193 v = gst_value_list_get_value (leaks, ii); in GST_START_TEST() 271 const GValue *leaks; in GST_START_TEST() local 276 leaks = gst_structure_get_value (info, "live-objects-list"); in GST_START_TEST() 277 fail_unless (G_VALUE_HOLDS (leaks, GST_TYPE_LIST)); in GST_START_TEST() 278 isize = gst_value_list_get_size (leaks); in GST_START_TEST() 285 v = gst_value_list_get_value (leaks, ii); in GST_START_TEST()
|
/third_party/alsa-lib/ |
D | MEMORY-LEAK | 3 Memory leaks - really? 7 leaks. Sure, it can be truth, but before contacting us, please, be sure that 8 these leaks are not forced.
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstleaks.c | 104 static void gst_leaks_tracer_setup_signals (GstLeaksTracer * leaks); 105 static void gst_leaks_tracer_cleanup_signals (GstLeaksTracer * leaks); 698 GList *leaks, *l; in process_leaks() local 704 leaks = create_leaks_list (self); in process_leaks() 705 if (!leaks) { in process_leaks() 711 for (l = leaks; l; l = l->next) in process_leaks() 714 g_list_free_full (leaks, (GDestroyNotify) leak_free); in process_leaks() 729 gboolean leaks = FALSE; in gst_leaks_tracer_finalize() local 740 leaks = process_leaks (self, NULL); in gst_leaks_tracer_finalize() 767 if (leaks) in gst_leaks_tracer_finalize() [all …]
|
/third_party/libxml2/ |
D | Fix-memory-leaks-for-xmlACatalogAdd.patch | 4 Subject: [PATCH] Fix memory leaks for xmlACatalogAdd 18 + /* Check for memory leaks */
|
D | README_ZH.md | 17 Fix-memory-leaks-for-xmlACatalogAdd.patch 18 Fix-memory-leaks-in-xmlACatalogAdd-when-xmlHashAddEntry-failed.patch
|
D | README.md | 16 Fix-memory-leaks-for-xmlACatalogAdd.patch 17 Fix-memory-leaks-in-xmlACatalogAdd-when-xmlHashAddEntry-failed.patch
|
D | libxml2.spec | 11 Patch2: Fix-memory-leaks-for-xmlACatalogAdd.patch 12 Patch3: Fix-memory-leaks-in-xmlACatalogAdd-when-xmlHashAddEntry-failed.patch 194 - DESC:Fix memory leaks in xmlACatalogAdd when xmlHashAddEntry failed 200 - DESC:Fix memory leaks for xmlACatalogAdd 260 fix memory leaks in XPointer string-range function
|
D | Fix-memory-leaks-in-xmlACatalogAdd-when-xmlHashAddEntry-failed.patch | 4 Subject: [PATCH] fix memory leaks in xmlACatalogAdd
|
/third_party/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
|
/third_party/mesa3d/src/freedreno/ci/ |
D | deqp-freedreno-a630-vk-asan.toml | 9 # Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory 21 # Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory
|
/third_party/python/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:
|
/third_party/libevdev/test/ |
D | Makefile.am | 133 static-symbol-leaks: test-static-link test-static-symbols-leak.sh 136 check_local_deps += static-symbol-leaks
|
/third_party/node/tools/ |
D | lsan_suppressions.txt | 3 # Suppress small (intentional) leaks in glibc
|
/third_party/typescript/tests/baselines/reference/ |
D | quickinfoTypeAtReturnPositionsInaccurate.errors.txt | 60 * In v4.2 or later, `isNumClass` type guard leaks outside its 78 // it seems like item's predicated type leaks outside the bracket...
|
/third_party/node/deps/openssl/openssl/ |
D | NOTES-VALGRIND.md | 5 which is commonly used to check for memory leaks, etc. The default tool 39 error code of 1 when memory leaks occur.
|
/third_party/openssl/ |
D | NOTES-VALGRIND.md | 5 which is commonly used to check for memory leaks, etc. The default tool 39 error code of 1 when memory leaks occur.
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.2.4.rst | 50 - mesa: fix geometry shader memory leaks 52 - gallium/u_blitter: fix some shader memory leaks
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | CHANGES.txt | 6 1.1 - 2015.07.29 - Fixed leaks (Glenn Randers-Pehrson)
|
/third_party/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 580 leaks = false; in IntlTest() 667 UBool rval = this->leaks; in setLeaks() 668 this->leaks = leaksVal; in setLeaks() 1234 UBool leaks = false; in main() local 1276 leaks = true; in main() 1353 major.setLeaks( leaks ); in main() 1388 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1499 if (leaks) { in main() 1518 if (leaks && res) { in main()
|
/third_party/python/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.
|
/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 921 <g_type_init leaks> 930 <g_type_register_fundamental leaks> 1143 <tls leaks on Edgy/x86> 1151 # TLS leaks for feisty/x86 1153 <tls leaks on Feisty/x86> 2276 # The following are leaks of caps that need to be created dynamically 3520 <glibc-2.10 GLIB leaks> 3535 <glibc-2.10 GLIB leaks> 3550 <glibc-2.10 GLIB leaks> 3564 <glibc-2.10 GLIB leaks> [all …]
|
/third_party/exfatprogs/ |
D | NEWS | 62 * Fix memory leaks in error paths. 92 * Fix memory leaks on error handling paths.
|
/third_party/python/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
|