Home
last modified time | relevance | path

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

12345

/openbsd/src/gnu/llvm/llvm/utils/valgrind/
Dx86_64-pc-linux-gnu.supp30 We don't care if as leaks
36 We don't care if bash leaks
50 We don't care if grep leaks
56 We don't care if python leaks
63 We don't care if sed leaks
Di386-pc-linux-gnu.supp31 We don't care if as leaks
37 We don't care if python leaks
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
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()
Dtsan_flags.inc28 TSAN_FLAG(bool, report_thread_leaks, true, "Report thread leaks at exit?")
/openbsd/src/lib/libc/stdlib/
Dmalloc.c2507 putleakinfo(struct leaktree *leaks, void *f, size_t sz, int cnt) in putleakinfo() argument
2517 p = RBT_FIND(leaktree, leaks, &key); in putleakinfo()
2532 RBT_INSERT(leaktree, leaks, p); in putleakinfo()
2586 dump_leaks(struct leaktree *leaks) in dump_leaks() argument
2593 RBT_FOREACH(p, leaktree, leaks) in dump_leaks()
2598 dump_chunk(struct leaktree* leaks, struct chunk_info *p, void **f, in dump_chunk() argument
2610 putleakinfo(leaks, f[i], sz, 1); in dump_chunk()
2621 dump_free_chunk_info(struct dir_info *d, struct leaktree *leaks) in dump_free_chunk_info() argument
2642 dump_chunk(leaks, p, NULL, 1); in dump_free_chunk_info()
2676 malloc_dump1(int poolno, struct dir_info *d, struct leaktree *leaks) in malloc_dump1() argument
[all …]
/openbsd/src/gnu/usr.bin/perl/t/
Dperl.supp1 ## Catch various leaks during dlopen...
DTEST1055 my $leaks = 0;
1065 $leaks = $leaks + $1;
1070 if ($errors or $leaks) {
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DMANIFEST41 t/leaks.t
/openbsd/src/gnu/llvm/clang/docs/
DLeakSanitizer.rst34 ==23646==ERROR: LeakSanitizer: detected memory leaks
DAddressSanitizer.rst22 * Memory leaks (experimental)
269 Suppressing memory leaks
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5125delta.pod139 C<UNIVERSAL::VERSION> no longer leaks memory. It started leaking in Perl
144 The C-level C<my_strftime> functions no longer leaks memory. This fixes a
149 C<caller> no longer leaks memory when called from the DB package if
Dperl5122delta.pod201 Several memory leaks when loading XS modules were fixed.
278 Several memory leaks in L<stat()|perlfunc/"stat FILEHANDLE"> have been fixed.
Dperl582delta.pod44 Several memory leaks associated with variables shared between threads
Dperl5281delta.pod71 The new in-place editing code no longer leaks directory handles.
Dperl586delta.pod106 Using C<delete> on an array no longer leaks memory. A C<pop> of an item from a
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_flags.inc25 LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.")
Dlsan_common.cpp654 LeakedChunks *leaks = reinterpret_cast<LeakedChunks *>(arg); in CollectLeaksCb() local
660 leaks->push_back({chunk, m.stack_trace_id(), m.requested_size(), m.tag()}); in CollectLeaksCb()
718 ForEachChunk(CollectLeaksCb, &param->leaks); in CheckForLeaksCallback()
777 leak_report.AddLeakedChunks(param.leaks); in CheckForLeaks()
Dlsan_common.h250 LeakedChunks leaks; member
/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/
DChanges8 but it's clumsy and it looks like it leaks
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dleak.t3 # Test for memory leaks.
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D7fatal280 # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OP…
299 # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OP…
405 # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OP…
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli51 invoked to avoid memory leaks. *)
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dclone.t56 threads->create(sub {})->join(); # Hide leaks, etc.
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
DFastCalc.xs36 # * plug leaks by creating mortals
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td531 HelpText<"Check for memory leaks, double free, and use-after-free problems. "
615 HelpText<"Check for memory leaks. Traces memory managed by new/delete.">,
1107 HelpText<"Check for leaks and improper reference count management for "
1177 HelpText<"Check for leaks and improper reference count management">,
1696 HelpText<"A Checker that detect leaks related to Fuchsia handles">,

12345