Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dconf.h81 #define MEMCHUNKSIZE 4096 /* chunk size for memory allocation */ macro
82 #if MEMCHUNKSIZE < MAXLINE
H A Dcollect.c253 if (MaxMessageSize <= MEMCHUNKSIZE)
255 if (buflen < MEMCHUNKSIZE)
258 return buflen + MEMCHUNKSIZE;
H A Dudb.c191 char userbuf[MEMCHUNKSIZE];
283 int size = MEMCHUNKSIZE;
285 if (info.size > MEMCHUNKSIZE)
H A Dutil.c1580 if (nn < MEMCHUNKSIZE)
1583 nn += MEMCHUNKSIZE;