Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dutil.c2656 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);
2658 (ProcListSize + PROC_LIST_SEG));
2670 for (i = ProcListSize; i < ProcListSize + PROC_LIST_SEG; i++)
2677 ProcListSize += PROC_LIST_SEG;
H A Dsendmail.h1713 #ifndef PROC_LIST_SEG
1714 # define PROC_LIST_SEG 32 /* number of pids to alloc at a time */ macro