Home
last modified time | relevance | path

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

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