Home
last modified time | relevance | path

Searched refs:Leak (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/ncurses/misc/
H A Dncurses.supp45 Memcheck:Leak
52 Memcheck:Leak
59 Memcheck:Leak
66 Memcheck:Leak
73 Memcheck:Leak
81 Memcheck:Leak
89 Memcheck:Leak
97 Memcheck:Leak
106 Memcheck:Leak
114 Memcheck:Leak
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h200 struct Leak {
231 InternalMmapVector<Leak> leaks_;
196 struct Leak { global() struct
205 is_suppressedLeak global() argument
H A Dlsan_common.cpp257 const char *Leak() { return Blue(); } in Leak() function in __lsan::Decorator
873 Leak leak = {next_id_++, /* hit_count */ 1, in AddLeakedChunks()
885 static bool LeakComparator(const Leak &leak1, const Leak &leak2) { in LeakComparator()
922 Printf("%s", d.Leak()); in PrintReportForLeak()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp51 SanitizerKind::KernelMemory | SanitizerKind::Leak |
527 std::make_pair(SanitizerKind::Leak, in SanitizerArgs()
530 SanitizerKind::Address | SanitizerKind::Leak | in SanitizerArgs()
537 SanitizerKind::Leak | SanitizerKind::Thread | in SanitizerArgs()
541 : SanitizerKind::Leak) | in SanitizerArgs()
547 SanitizerKind::Leak | SanitizerKind::Thread | in SanitizerArgs()
552 SanitizerKind::Leak | SanitizerKind::Thread | in SanitizerArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h55 void Leak(lldb::addr_t process_address, Status &error);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h93 return Sanitizers.has(SanitizerKind::Leak) && in needsLsanRt()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def83 SANITIZER("leak", Leak)
H A DFeatures.def44 LangOpts.Sanitize.has(SanitizerKind::Leak))
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp493 Res |= SanitizerKind::Leak; in getSupportedSanitizers()
H A DFreeBSD.cpp496 Res |= SanitizerKind::Leak; in getSupportedSanitizers()
H A DWebAssembly.cpp543 Res |= SanitizerKind::Vptr | SanitizerKind::Leak | SanitizerKind::Address; in getSupportedSanitizers()
H A DNetBSD.cpp541 Res |= SanitizerKind::Leak; in getSupportedSanitizers()
H A DLinux.cpp814 Res |= SanitizerKind::Leak; in getSupportedSanitizers()
H A DDarwin.cpp3513 Res |= SanitizerKind::Leak; in getSupportedSanitizers()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp455 void IRMemoryMap::Leak(lldb::addr_t process_address, Status &error) { in Leak() function in IRMemoryMap
H A DMaterializer.cpp110 map.Leak(mem, leak_error); in MakeAllocation()
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md249 CID 67890: Resource Leak (RESOURCE_LEAK)
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog558 * print.c: Leak less memory.
560 * hxtool.c: Leak less memory.
562 * print.c: Leak less memory, use functions that does same but
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog611 * ntlm/init_sec_context.c: Leak less memory.
/freebsd/contrib/unbound/doc/
H A DChangelog2036 - Fix #506: Python Module Seems to Leak Memory if it Experiences an
3316 - Fix Local Memory Leak in cachedb_init(),
/freebsd/crypto/openssl/
H A DCHANGES.md7757 * SRTP Memory Leak.
7772 * Session Ticket Memory Leak.
8789 * Session Ticket Memory Leak.
/freebsd/contrib/ntp/
H A DCommitLog[all...]