Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/csu/common/
H A Dmon.c86 int monsize; in monstartup() local
94 monsize = (highpc - lowpc + HISTFRACTION - 1) / HISTFRACTION in monstartup()
96 buffer = _alloc_profil_buf(monsize); in monstartup()
101 monitor(lowpc, highpc, buffer, monsize, cntsiz); in monstartup()