Home
last modified time | relevance | path

Searched refs:MEMCHUNKSIZE (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dcollect.c283 if (buflen < MEMCHUNKSIZE)
286 buflen += MEMCHUNKSIZE;
H A Dutil.c1158 if (nn < MEMCHUNKSIZE)
1161 nn += MEMCHUNKSIZE;
H A Dconf.h45 # define MEMCHUNKSIZE 1024 /* chunk size for memory allocation */ macro