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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.h80 #define MEMCHUNKSIZE 1024 /* chunk size for memory allocation */ macro
H A Dcollect.c533 if (buflen < MEMCHUNKSIZE)
536 buflen += MEMCHUNKSIZE;
H A Dudb.c191 char userbuf[MEMCHUNKSIZE];
281 int size = MEMCHUNKSIZE;
283 if (info.size > MEMCHUNKSIZE)
H A Dutil.c1435 if (nn < MEMCHUNKSIZE)
1438 nn += MEMCHUNKSIZE;

Completed in 33 milliseconds