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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_monitor.c40 * INC_MONLIST is the default allocation granularity in entries.
44 # define INC_MONLIST MONMEMINC macro
45 #elif !defined(INC_MONLIST)
46 # define INC_MONLIST (4 * 1024 / sizeof(mon_entry)) macro
76 u_int mru_incalloc = INC_MONLIST;/* allocation batch factor */

Completed in 223 milliseconds