Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c159 static char *countlimit; /* addr lim for cells (addr after last cell) */ variable
317 countlimit = countbase + (nfunc * sizeof (struct cnt)); in monitor()
321 (bufsize * sizeof (WORD) - (countlimit - (char *)buffer)); in monitor()
475 countlimit = countbase + (THISMANYFCNS * sizeof (struct cnt)); in _mnewblock()
544 if (countbase >= countlimit) in _mcount_newent()