Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Duipc_mbuf.c8065 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
8107 totmem += mem;
8164 totused = totmem - totfree;
8165 if (totmem == 0) {
8168 totpct = (totused * 100) / totmem;
8170 u_long totmem1 = totmem / 100;
8175 "in use)\n", totmem / 1024, totpct);