/third_party/json/test/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/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/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/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/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/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/node/tools/ |
D | lsan_suppressions.txt | 3 # Suppress small (intentional) leaks in glibc
|
/third_party/libpng/contrib/pngminus/ |
D | CHANGES.txt | 6 1.1 - 2015.07.29 - Fixed leaks (Glenn Randers-Pehrson)
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/ |
D | CHANGES.txt | 6 1.1 - 2015.07.29 - Fixed leaks (Glenn Randers-Pehrson)
|
/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/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
|
D | 7.5.1.rst | 45 - Fixed minor GLX memory leaks.
|
/third_party/boost/libs/test/doc/runtime_configuration/ |
D | runtime_config_summary.qbk | 49 [Instructs the framework to detect memory leaks (on supported platforms).] 121 [Specifies file name where memory leaks report should be re-directed to.]
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_malloc.pod | 147 This is most useful for identifying memory leaks. 170 there are no leaks, 0 if there are leaks and -1 if an error occurred. 218 there are no leaks, 0 if there are leaks and -1 if an error occurred.
|
/third_party/node/deps/npm/node_modules/write-file-atomic/ |
D | CHANGELOG.md | 8 * A pair of patches to fix some fd leaks. We would leak fds with sync use
|
/third_party/exfatprogs/ |
D | NEWS | 39 * Fix memory leaks in error paths. 69 * Fix memory leaks on error handling paths.
|
/third_party/boost/libs/xpressive/doc/ |
D | tracking_ptr.qbk | 12 for cyclic reference counts, and raises the possibility of memory leaks. xpressive avoids leaks 22 * No leaks: all objects must be freed eventually. 141 with a non-zero ref-count. No leaks, guaranteed.
|
/third_party/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 579 leaks = FALSE; in IntlTest() 666 UBool rval = this->leaks; in setLeaks() 667 this->leaks = leaksVal; in setLeaks() 1233 UBool leaks = FALSE; in main() local 1275 leaks = TRUE; in main() 1352 major.setLeaks( leaks ); in main() 1387 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1498 if (leaks) { in main() 1517 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/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
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | gst-plugins-good.supp | 210 <shout leaks through sethostent, ignoring all sethostent leaks as this is using global>
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftdbgmem.c | 310 FT_Long leaks = 0; in ft_mem_table_destroy() local 334 leaks += node->size; in ft_mem_table_destroy() 377 leaks, leak_count ); in ft_mem_table_destroy()
|
/third_party/node/deps/npm/node_modules/jsbn/ |
D | README.md | 5 …riginal website above, with the modular pattern applied to prevent global leaks and to allow for u…
|