Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c9106 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
9148 totmem += mem;
9205 totused = totmem - totfree;
9206 if (totmem == 0) {
9209 totpct = (totused * 100) / totmem;
9211 u_long totmem1 = totmem / 100;
9216 "in use)\n", totmem / 1024, totpct);