Home
last modified time | relevance | path

Searched refs:PROC_LIST_SEG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c2509 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);
2511 (ProcListSize + PROC_LIST_SEG));
2523 for (i = ProcListSize; i < ProcListSize + PROC_LIST_SEG; i++)
2530 ProcListSize += PROC_LIST_SEG;
H A Dsendmail.h1415 #ifndef PROC_LIST_SEG
1416 # define PROC_LIST_SEG 32 /* number of pids to alloc at a time */ macro