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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c6743 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct; local
6783 totmem += mem;
6837 totused = totmem - totfree;
6838 if (totmem == 0) {
6841 totpct = (totused * 100) / totmem;
6843 u_long totmem1 = totmem / 100;
6848 "in use)\n", totmem / 1024, totpct);

Completed in 25 milliseconds