Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c8035 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
8077 totmem += mem;
8134 totused = totmem - totfree;
8135 if (totmem == 0) {
8138 totpct = (totused * 100) / totmem;
8140 u_long totmem1 = totmem / 100;
8145 "in use)\n", totmem / 1024, totpct);