Searched refs:leak (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c325 int leak; /* new headway */ local
369 mon->leak -= interval;
370 mon->leak = max(0, mon->leak);
372 leak = mon->leak + head;
376 interval, leak, limit));
392 if (interval + 1 >= ntp_minpkt && leak < limit) {
393 mon->leak = leak
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc157 // 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.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp172 ThreadLeak leak = {tctx, 1}; local
173 leaks.PushBack(leak);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp10 // Implementation of common leak checking functionality.
69 static const char kSuppressionLeak[] = "leak";
75 "leak:*pthread_exit*\n"
79 "leak:*_os_trace*\n"
81 // TLS leak in some glibc versions, described in
83 "leak:*tls_get_addr*\n";
472 // ForEachChunk callback. Resets the tags to pre-leak-check state.
561 // Clean up for subsequent leak checks. This assumes we did not overwrite any
681 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
683 leaks_.push_back(leak);
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h788 int leak; /* leaky bucket accumulator */ member in struct:mon_data
/freebsd-11-stable/contrib/byacc/
H A Dconfigure5166 echo "$as_me:5166: checking if you want to perform memory-leak testing" >&5
5167 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure13475 echo "$as_me:13475: checking if you want to perform memory-leak testing" >&5
13476 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6

Completed in 132 milliseconds