Searched defs:SystemMemoryInfoKB (Results 1 – 4 of 4) sorted by relevance
292 struct BASE_EXPORT SystemMemoryInfoKB { struct299 int total = 0;302 int free = 0;311 int avail_phys = 0;320 int available = 0;324 int swap_total = 0;325 int swap_free = 0;330 int buffers = 0;331 int cached = 0;332 int active_anon = 0;[all …]
289 struct BASE_EXPORT SystemMemoryInfoKB { struct296 int total = 0;299 int free = 0;308 int avail_phys = 0;317 int available = 0;321 int swap_total = 0;322 int swap_free = 0;327 int buffers = 0;328 int cached = 0;329 int active_anon = 0;[all …]
298 struct BASE_EXPORT SystemMemoryInfoKB { struct301 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument306 int total = 0;309 int free = 0;318 int avail_phys = 0;328 int available = 0;332 int swap_total = 0;333 int swap_free = 0;338 int buffers = 0;339 int cached = 0;[all …]