Home
last modified time | relevance | path

Searched defs:SystemMemoryInfoKB (Results 1 – 2 of 2) 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/base/process/
Dprocess_metrics.h330 struct BASE_EXPORT SystemMemoryInfoKB { struct
333 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument
338 int total = 0;
341 int free = 0;
350 int avail_phys = 0;
360 int available = 0;
364 int swap_total = 0;
365 int swap_free = 0;
370 int buffers = 0;
371 int cached = 0;
[all …]