Home
last modified time | relevance | path

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

/freebsd/lib/libc/gmon/
H A Dmcount.c99 if (frompci >= p->textsize) { in _MCOUNT_DECL()
104 if (frompci >= p->textsize) in _MCOUNT_DECL()
179 if (frompci >= p->textsize) in _MCOUNT_DECL()
283 if (selfpcdiff < p->textsize) { in mexitcount()
H A Dgmon.c75 p->textsize = p->highpc - p->lowpc; in monstartup()
76 p->kcountsize = p->textsize / HISTFRACTION; in monstartup()
78 p->fromssize = p->textsize / HASHFRACTION; in monstartup()
79 p->tolimit = p->textsize * ARCDENSITY / 100; in monstartup()
/freebsd/sys/sys/
H A Dgmon.h165 u_long textsize; member