Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf_mcache.c5552 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
5594 totmem += mem;
5649 totused = totmem - totfree;
5650 if (totmem == 0) {
5653 totpct = (totused * 100) / totmem;
5655 u_long totmem1 = totmem / 100;
5660 "in use)\n", totmem / 1024, totpct);