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

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_monitor.c79 static int mon_total_mem; /* total structures allocated */ variable
105 mon_total_mem = 0;
130 mon_total_mem = 0;
257 if (mon_free == NULL && mon_total_mem >= MAXMONMEM) {
332 mon_total_mem += MONMEMINC;

Completed in 47 milliseconds