Home
last modified time | relevance | path

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

/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/FreeBSD/
H A DMemory.c39 #define MEM_INACTIVE 1 macro
135 GETPAGESYSCTL("vm.stats.vm.v_inactive_count", memory_stats[MEM_INACTIVE]) in updateMemory()
187 fprintf(CurrentClient, "%lu\n", memory_stats[MEM_INACTIVE]); in printMInactive()
197 fprintf(CurrentClient, "%lu\n", memory_stats[MEM_ACTIVE] + memory_stats[MEM_INACTIVE]); in printMApplication()