Searched refs:vmst (Results 1 – 1 of 1) sorted by relevance
298 Vmstat_t vmst; in _mallocstat() local306 if(vmstat(Region[k], &vmst) < 0 ) in _mallocstat()308 st->n_busy += vmst.n_busy; in _mallocstat()309 st->n_free += vmst.n_free; in _mallocstat()310 st->s_busy += vmst.s_busy; in _mallocstat()311 st->s_free += vmst.s_free; in _mallocstat()312 st->m_busy += vmst.m_busy; in _mallocstat()313 st->m_free += vmst.m_free; in _mallocstat()314 st->n_seg += vmst.n_seg; in _mallocstat()315 st->extent += vmst.extent; in _mallocstat()