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

/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddproc.c53 #define PINCRSZ 256 /* Proc[] size inrement */ macro
644 for (np += np, pe = PINCRSZ; pe < np; pe += PINCRSZ)
719 msz = (int)((Npa + PINCRSZ) * sizeof(struct proc));
725 msz = (int)((Npa + PINCRSZ) * sizeof(KA_T));
731 Npa += PINCRSZ;

Completed in 102 milliseconds