Home
last modified time | relevance | path

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

1234

/freebsd/contrib/dialog/package/
H A Ddialog.sym6 # --disable-leaks --enable-trace
7 # --disable-leaks --enable-trace --enable-widec
9 # --disable-leaks --enable-trace
10 # --disable-leaks --enable-trace --enable-widec
12 # --disable-leaks --enable-trace
13 # --disable-leaks --enable-trace --enable-widec
15 # --disable-leaks --enable-trace
16 # --disable-leaks --enable-trace --enable-widec
18 # --disable-leaks --enable-trace
19 # --disable-leaks --enable-trace --enable-widec
[all …]
H A Ddialog.map6 # --disable-leaks --enable-trace
7 # --disable-leaks --enable-trace --enable-widec
9 # --disable-leaks --enable-trace
10 # --disable-leaks --enable-trace --enable-widec
12 # --disable-leaks --enable-trace
13 # --disable-leaks --enable-trace --enable-widec
15 # --disable-leaks --enable-trace
16 # --disable-leaks --enable-trace --enable-widec
18 # --disable-leaks --enable-trace
19 # --disable-leaks --enable-trace --enable-widec
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp40 auto &leaks = *static_cast<Vector<ThreadLeak> *>(arg); in CollectThreadLeaks() local
44 for (uptr i = 0; i < leaks.Size(); i++) { in CollectThreadLeaks()
45 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in CollectThreadLeaks()
46 leaks[i].count++; in CollectThreadLeaks()
50 leaks.PushBack({tctx, 1}); in CollectThreadLeaks()
92 Vector<ThreadLeak> leaks; in ThreadFinalize() local
94 &leaks); in ThreadFinalize()
95 for (uptr i = 0; i < leaks.Size(); i++) { in ThreadFinalize()
97 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
98 rep.SetCount(leaks[i].count); in ThreadFinalize()
H A Dtsan_flags.inc28 TSAN_FLAG(bool, report_thread_leaks, true, "Report thread leaks at exit?")
/freebsd/tools/test/stress2/tools/
H A Dmonitor.sh36 -T leaks.sh \
/freebsd/crypto/openssl/
H A DNOTES-VALGRIND.md5 which is commonly used to check for memory leaks, etc. The default tool
39 error code of 1 when memory leaks occur.
/freebsd/contrib/ncurses/misc/
H A Dncurses.supp33 # ncurses can also be configured using the --disable-leaks option, which
37 # Some of these leaks can be freed if the application does its own cleanup,
/freebsd/contrib/libucl/
H A DChangeLog.md9 - Fixed number of bugs and memory leaks
103 - Couple of memory leaks plugged
/freebsd/contrib/libcbor/doc/source/
H A Dtests.rst11 Testing for memory leaks
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp671 LeakedChunks *leaks = reinterpret_cast<LeakedChunks *>(arg); in CollectLeaksCb() local
677 leaks->push_back({chunk, m.stack_trace_id(), m.requested_size(), m.tag()}); in CollectLeaksCb()
735 ForEachChunk(CollectLeaksCb, &param->leaks); in CheckForLeaksCallback()
794 leak_report.AddLeakedChunks(param.leaks); in CheckForLeaks()
H A Dlsan_flags.inc25 LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.")
H A Dlsan_common.h30 // ratio on large leaks. But we still want to have it for some 32 bit arches
215 // Aggregates leaks by stack trace prefix.
248 LeakedChunks leaks;
324 // Return true if LSan has finished leak checking and reported leaks.
244 LeakedChunks leaks; global() member
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kmem.m436 dnl # makes finding memory leaks pretty straight forward.
/freebsd/contrib/libarchive/libarchive/test/
H A DREADME49 a memory debugger to try to locate memory leaks in the library;
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges96 memory leaks in long-running applications. This should be fixed now, and
147 - Code added to prevent memory leaks when filling many templates. Thanks
170 - Code added to prevent memory leaks when filling many templates. Thanks to
/freebsd/contrib/ldns/drill/
H A DChangeLog.22-nov-200567 - Some memory leaks were plugged
/freebsd/crypto/heimdal/
H A DNEWS102 - Fix many memory leaks and bugs
227 * Fix memory leaks.
240 * Fix memory leaks
533 * removed some memory leaks
588 * bug fixes (including memory leaks)
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod31 B<I<object>_free>() calls is a common source of memory leaks when a program
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td556 HelpText<"Check for memory leaks, double free, and use-after-free problems. "
652 HelpText<"Check for memory leaks. Traces memory managed by new/delete.">,
1145 HelpText<"Check for leaks and improper reference count management for "
1215 HelpText<"Check for leaks and improper reference count management">,
1754 HelpText<"A Checker that detect leaks related to Fuchsia handles">,
/freebsd/contrib/libarchive/
H A DNEWS249 Jan 02, 2010: Fix memory leaks in libarchive tests
265 Apr 09, 2009: Fix several minor memory leaks in libarchive and libarchive_test
453 Dec 07, 2007: Fix a couple of minor memory leaks.
549 May 26, 2007: Fix memory leaks in ZIP reader and shar writer, add some
/freebsd/contrib/ncurses/
H A DREADME.MinGW116 --disable-leaks \
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog160 o Fix leaks in error path of the bufferevent_init_common_() (bb0f8fe7 Azat Khuzhin)
182 patches that fixes some stuff in regression tests, typos, leaks fixes in
223 o fix leaks in evhttp_uriencode() (123362e9)
810 o regress_dns: fix leaks in getaddrinfo_async{,_cancel_stress} tests (2fdc5f2 Azat Khuzhin)
825 o Fix several memory leaks in the unit tests. (89c1a3b)
1046 Bugfixes (leaks)
1163 Bugfixes (resource leaks/lock errors on error, from 2.0)
1335 longer leaks internal memory.
1403 BUGFIXES (resource leaks/lock errors on error)
1469 o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog160 o Fix leaks in error path of the bufferevent_init_common_() (bb0f8fe7 Azat Khuzhin)
182 patches that fixes some stuff in regression tests, typos, leaks fixes in
223 o fix leaks in evhttp_uriencode() (123362e9)
810 o regress_dns: fix leaks in getaddrinfo_async{,_cancel_stress} tests (2fdc5f2 Azat Khuzhin)
825 o Fix several memory leaks in the unit tests. (89c1a3b)
1046 Bugfixes (leaks)
1163 Bugfixes (resource leaks/lock errors on error, from 2.0)
1335 longer leaks internal memory.
1403 BUGFIXES (resource leaks/lock errors on error)
1469 o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall)
[all …]
/freebsd/contrib/ldns/
H A DChangelog142 * bugfix #4214: Various fixes and leaks found by coverity.
485 * pyldns memory leaks fixed by Bedrich Kosata (at the cost of a bit
733 * ldns_pkt_rr no longer leaks memory (in fact, it no longer
760 * Fixed memory leaks in ldnsd
780 * rdata.c memory leaks on error and allocation checks fixed (patch
782 * zone.c memory leaks on error and allocation checks fixed (patch
/freebsd/contrib/ncurses/ncurses/
H A Dmodules121 # actually an extension, but with its own configure option (--disable-leaks)

1234