Home
last modified time | relevance | path

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

1234

/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-driver.c107 u32 i, leaks = 0; in vxge_hal_driver_terminate() local
118 leaks++; in vxge_hal_driver_terminate()
121 if (leaks) { in vxge_hal_driver_terminate()
123 leaks); in vxge_hal_driver_terminate()
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_thread.cc162 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak() local
166 for (uptr i = 0; i < leaks.Size(); i++) { in MaybeReportThreadLeak()
167 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in MaybeReportThreadLeak()
168 leaks[i].count++; in MaybeReportThreadLeak()
173 leaks.PushBack(leak); in MaybeReportThreadLeak()
213 Vector<ThreadLeak> leaks(MBlockScopedBuf); in ThreadFinalize() local
215 MaybeReportThreadLeak, &leaks); in ThreadFinalize()
216 for (uptr i = 0; i < leaks.Size(); i++) { in ThreadFinalize()
218 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
219 rep.SetCount(leaks[i].count); in ThreadFinalize()
HDtsan_flags.inc33 TSAN_FLAG(bool, report_thread_leaks, true, "Report thread leaks at exit?")
/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-driver.c271 int i, leaks=0; in xge_hal_driver_terminate() local
282 leaks++; in xge_hal_driver_terminate()
285 if (leaks) { in xge_hal_driver_terminate()
286 xge_os_printf("OSPAL: %d memory leaks detected", leaks); in xge_hal_driver_terminate()
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_flags.inc26 LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.")
28 "If nonzero kill the process with this exit code upon finding leaks.")
/NextBSD/contrib/ncurses/misc/
HDncurses.supp32 # ncurses can also be configured using the --disable-leaks option, which
36 # Some of these leaks can be freed if the application does its own cleanup,
/NextBSD/contrib/libucl/
HDChangeLog.md9 - Fixed number of bugs and memory leaks
/NextBSD/crypto/openssl/doc/crypto/
HDERR_remove_state.pod24 avoid memory leaks.
HDerr.pod66 avoid memory leaks when threads are terminated.
HDEVP_DigestInit.pod194 memory leaks will occur.
/NextBSD/contrib/libarchive/libarchive/test/
HDREADME51 a memory debugger to try to locate memory leaks in the library;
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckers.td188 HelpText<"Check for memory leaks. Traces memory managed by new/delete.">,
299 …HelpText<"Check for memory leaks, double free, and use-after-free problems. Traces memory managed …
428 HelpText<"Check for leaks and improper reference count management">,
/NextBSD/contrib/ldns/drill/
HDChangeLog.22-nov-200567 - Some memory leaks were plugged
/NextBSD/crypto/heimdal/
HDNEWS102 - 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)
/NextBSD/contrib/ntp/sntp/libevent/
HDChangeLog50 o regress_dns: fix leaks in getaddrinfo_async{,_cancel_stress} tests (2fdc5f2 Azat Khuzhin)
65 o Fix several memory leaks in the unit tests. (89c1a3b)
286 Bugfixes (leaks)
403 Bugfixes (resource leaks/lock errors on error, from 2.0)
575 longer leaks internal memory.
643 BUGFIXES (resource leaks/lock errors on error)
709 o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall)
714 o Fix resource leaks in the unit tests; found by coverity (270f279)
1043 o Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart. (2e9f665)
1333 o Add a new test: test-fdleak which tests for fd leaks by creating many
/NextBSD/contrib/libarchive/
HDNEWS108 Jan 02, 2010: Fix memory leaks in libarchive tests
124 Apr 09, 2009: Fix several minor memory leaks in libarchive and libarchive_test
312 Dec 07, 2007: Fix a couple of minor memory leaks.
408 May 26, 2007: Fix memory leaks in ZIP reader and shar writer, add some
/NextBSD/contrib/ldns/
HDChangelog207 * pyldns memory leaks fixed by Bedrich Kosata (at the cost of a bit
455 * ldns_pkt_rr no longer leaks memory (in fact, it no longer
482 * Fixed memory leaks in ldnsd
502 * rdata.c memory leaks on error and allocation checks fixed (patch
504 * zone.c memory leaks on error and allocation checks fixed (patch
/NextBSD/contrib/ofed/management/infiniband-diags/
HDinfiniband-diags.spec.in140 - ibnetdiscover improvements (memory leaks, ports moving, etc.)
/NextBSD/contrib/apr/
HDCHANGES28 *) apr_poll(cb): fix error paths returned values and leaks. [Yann Ylavic]
/NextBSD/contrib/ncurses/ncurses/
HDmodules120 # actually an extension, but with its own configure option (--disable-leaks)
/NextBSD/contrib/byacc/
HDaclocal.m4316 AC_ARG_ENABLE(leaks,
317 [ --disable-leaks test: free permanent memory, analyze leaks],
/NextBSD/crypto/openssl/
HDNEWS550 o Fixes for memory leaks, some unusual crashes and some race conditions.
620 o Remove a few potential memory leaks.
694 o Avoid various memory leaks
/NextBSD/contrib/ncurses/
HDINSTALL351 --disable-leaks
353 be freed, to simplify analysis of memory-leaks.
359 curses applications for memory leaks. To work around this, build
779 This also sets the --disable-leaks option.
791 This also sets the --disable-leaks option.
1064 This also sets the --disable-leaks option.
1257 using the --disable-leaks configure script option:
/NextBSD/contrib/ipfilter/
HDHISTORY126 3530249 walking lookup tables leaks memory
171 3479464 add support for leaks testing
177 3479462 printpool leaks memory
178 3479452 missing FREE_MB_T to freembt leaks
186 3479465 parser leaks memory
/NextBSD/contrib/subversion/
HDCHANGES2402 * fixed: memory leaks in ra_serf (issue #3684)
2421 * many other minor bugfixes, optimizations, plugs of memory leaks, etc
2471 * fixed: svn_ra_local__get_file() leaks file descriptors (issue #3290)
2652 * fix server-side memory leaks triggered by 'blame -g' (r1032808)
2862 * plug a couple of error leaks (r38572)
3044 * many other minor bugfixes, optimizations, plugs of memory leaks, etc
3112 * fix server-side memory leaks triggered by 'blame -g' (r1032808)
3451 * many other minor bugfixes, optimizations, plugs of memory leaks, etc
3945 * fixed: error leaks (18196, -249)
4420 * fixed: error leaks in mod_dav_svn (r11458)
[all …]

1234