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

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_monitor.c52 #ifndef MAXMONMEM
53 #define MAXMONMEM 600 /* we allocate up to 600 structures */ macro
257 if (mon_free == NULL && mon_total_mem >= MAXMONMEM) {

Completed in 173 milliseconds