Searched refs:MEM_INACTIVE (Results 1 – 1 of 1) sorted by relevance
39 #define MEM_INACTIVE 1 macro135 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()