Home
last modified time | relevance | path

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

/freebsd/lib/libc/gmon/
H A Dgmon.c84 p->tossize = p->tolimit * sizeof(struct tostruct); in monstartup()
86 cp = mmap(NULL, p->kcountsize + p->fromssize + p->tossize, in monstartup()
93 bzero(cp, p->kcountsize + p->fromssize + p->tossize); in monstartup()
96 cp += p->tossize; in monstartup()
/freebsd/sys/sys/
H A Dgmon.h161 u_long tossize; member