Home
last modified time | relevance | path

Searched defs:SystemMemoryInfoKB (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/process/
Dprocess_metrics.h289 struct BASE_EXPORT SystemMemoryInfoKB { struct
296 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 …]
/external/cronet/stable/base/process/
Dprocess_metrics.h295 struct BASE_EXPORT SystemMemoryInfoKB { struct
298 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument
303 int total = 0;
306 int free = 0;
315 int avail_phys = 0;
325 int available = 0;
329 int swap_total = 0;
330 int swap_free = 0;
335 int buffers = 0;
336 int cached = 0;
[all …]
/external/cronet/tot/base/process/
Dprocess_metrics.h295 struct BASE_EXPORT SystemMemoryInfoKB { struct
298 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument
303 int total = 0;
306 int free = 0;
315 int avail_phys = 0;
325 int available = 0;
329 int swap_total = 0;
330 int swap_free = 0;
335 int buffers = 0;
336 int cached = 0;
[all …]