Searched defs:countlimit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c97 * by allocating an anchor and initializing countbase and countlimit
149 * countbase and countlimit are used to parcel out
153 * When countbase reaches countlimit, mcount() calls
158 * countbase/countlimit are now STATIC!
161 static char *countlimit; /* addr lim for cells (addr after last cell) */ variable
319 countlimit = countbase + (nfunc * sizeof (struct cnt));
323 (bufsize * sizeof (WORD) - (countlimit - (char *)buffer));
477 countlimit = countbase + (THISMANYFCNS * sizeof (struct cnt));
518 * countlimit points past the last valid entry, in the current
527 * link in a new block, resetting countbase and countlimit
[all...]

Completed in 53 milliseconds