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

/freebsd-current/usr.bin/systat/
H A Dproc.c134 static int maxnobj; local
149 if (nswobj < maxnobj) {
158 if (nswobj <= maxnobj)
161 last_nswobj = maxnobj;
162 maxnobj = nswobj;
165 if ((swobj = reallocf(swobj, maxnobj * sizeof(*swobj))) ==

Completed in 58 milliseconds