Home
last modified time | relevance | path

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

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