Changed "mapped pages in use" to "mbuf clusters in use".

This commit is contained in:
David Greenman 1995-02-23 19:08:11 +00:00
parent 7f3b05aa16
commit c585f97c65

View File

@ -109,7 +109,7 @@ mbpr(mbaddr)
printf("\t%u mbufs allocated to <mbuf type %d>\n",
mbstat.m_mtypes[i], i);
}
printf("%u/%u mapped pages in use\n",
printf("%u/%u mbuf clusters in use\n",
mbstat.m_clusters - mbstat.m_clfree, mbstat.m_clusters);
totmem = totmbufs * MSIZE + mbstat.m_clusters * MCLBYTES;
totfree = mbstat.m_clfree * MCLBYTES;