| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_monitor.c | 329 int leak; /* new headway */ local 374 mon->leak -= interval; 375 mon->leak = max(0, mon->leak); 377 leak = mon->leak + head; 381 interval, leak, limit)); 397 if (interval + 1 >= ntp_minpkt && leak < limit) { 398 mon->leak = leak - 2 [all...] |
| /src/usr.bin/make/unit-tests/ |
| directive-export-literal.mk | 13 # .export-literal can be skipped, to avoid a setenv call, which may leak
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| run_tests.pl | 215 if ($output_buffer =~ /.*Indirect leak of.*/ == 1) { 218 if ($_ =~ /.*Indirect leak of.*/ == 1) { 225 if ($_ =~ /.*Indirect leak of.*/ != 1) {
|
| pkits-test.pl | 844 $test_fail = 1 if (/leak/i);
|
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_common.cpp | 10 // Implementation of common leak checking functionality. 110 static const char kSuppressionLeak[] = "leak"; 116 "leak:*pthread_exit*\n" 120 "leak:*_os_trace*\n" 122 // TLS leak in some glibc versions, described in 124 "leak:*tls_get_addr*\n"; 253 const char *Leak() { return Blue(); } 654 // ForEachChunk callback. Resets the tags to pre-leak-check state. 732 // Clean up for subsequent leak checks. This assumes we did not overwrite any 843 for (const LeakedChunk &leak : chunks) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| Signals.inc | 157 // removing files. If cleanup races with us and we win we'll have a leak, 254 // reported as a leak. We don't make any attempt to remove our alt signal 274 NewAltStackPointer = AltStack.ss_sp; // Save to avoid reporting a leak.
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| Makefile | 71 test-valgrind: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=full --error-exitcode=1
|
| /src/sys/external/bsd/drm2/linux/ |
| linux_idr.c | 63 SDT_PROBE_DEFINE0(sdt, linux, idr, leak); 108 SDT_PROBE0(sdt, linux, idr, leak); 315 * node came from so the next leak is attributed to us. 325 * so the next leak is attributed to us.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl_thread.cc | 173 ThreadLeak leak = {tctx, 1}; local 174 leaks.PushBack(leak);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| pkits-test.pl | 844 $test_fail = 1 if (/leak/i);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| pkits-test.pl | 844 $test_fail = 1 if (/leak/i);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Print.h | 180 bool leak; member in class:er_print_leaklist
|
| Print.cc | 1225 leak = show_leak; 1230 // Output routine for leak list only 1238 fprintf (out_file, GTXT ("No leak or allocation information recorded in experiments\n\n")); 1241 if (leak) 1265 GTXT ("Leak #%d, Instances = %lld, Bytes Leaked = %lld\n"), 1278 fprintf (out_file, GTXT ("No leak information\n\n")); 1480 GTXT ("Leak Size Range Leaks \n"));
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Print.h | 180 bool leak; member in class:er_print_leaklist
|
| Print.cc | 1225 leak = show_leak; 1230 // Output routine for leak list only 1238 fprintf (out_file, GTXT ("No leak or allocation information recorded in experiments\n\n")); 1241 if (leak) 1265 GTXT ("Leak #%d, Instances = %lld, Bytes Leaked = %lld\n"), 1278 fprintf (out_file, GTXT ("No leak information\n\n")); 1480 GTXT ("Leak Size Range Leaks \n"));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common.cc | 11 // Implementation of common leak checking functionality. 70 static const char kSuppressionLeak[] = "leak"; 76 "leak:*pthread_exit*\n" 80 "leak:*_os_trace*\n" 82 // TLS leak in some glibc versions, described in 84 "leak:*tls_get_addr*\n"; 129 const char *Leak() { return Blue(); } 473 // ForEachChunk callback. Resets the tags to pre-leak-check state. 562 // Clean up for subsequent leak checks. This assumes we did not overwrite any 686 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_common.cpp | 10 // Implementation of common leak checking functionality. 97 static const char kSuppressionLeak[] = "leak"; 103 "leak:*pthread_exit*\n" 107 "leak:*_os_trace*\n" 109 // TLS leak in some glibc versions, described in 111 "leak:*tls_get_addr*\n"; 153 const char *Leak() { return Blue(); } 573 // ForEachChunk callback. Resets the tags to pre-leak-check state. 655 // Clean up for subsequent leak checks. This assumes we did not overwrite any 810 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id [all...] |
| /src/external/bsd/zstd/dist/tests/ |
| Makefile | 280 test-valgrind: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1
|
| /src/external/bsd/ntp/dist/include/ |
| ntp.h | 806 int leak; /* leaky bucket accumulator */ member in struct:mon_data
|
| /src/external/historical/nawk/dist/ |
| FIXES.1e | 52 Memory leak when assigning a string to some of the built-in 62 Fixed file management memory leak that appears to have been 606 fixed a storage leak in call() that appears to have been there since 790 finally found and fixed a memory leak in function call; it's 1132 fixed storage leak in freefa, failing to recover [N]CCL. 1350 another storage leak).
|
| /src/external/mpl/bind/dist/tests/dns/ |
| rdata_test.c | 110 bool leak = false; local 117 leak = true; 119 assert_false(leak);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| opts.cc | 1262 /* The leak sanitizer conflicts with the thread sanitizer. */ 2107 SANITIZER_OPT (leak, SANITIZE_LEAK, false, false),
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts.cc | 1214 /* The leak sanitizer conflicts with the thread sanitizer. */ 2036 SANITIZER_OPT (leak, SANITIZE_LEAK, false),
|
| /src/external/bsd/byacc/dist/ |
| configure | 6996 echo "$as_me:6996: checking if you want to perform memory-leak testing" >&5 6997 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 234 (i.e. direct leak generators) more visible 2149 # make leak-causing nodes more visible (add a background) 2152 # make anti-leak-causing nodes (which almost never occur)
|