HomeSort by relevance Sort by last modified time
    Searched defs:swap_total (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/process/
process_metrics.h 272 int swap_total; member in struct:base::SystemMemoryInfoKB
  /system/core/metricsd/
metrics_collector.cc 494 int swap_total = 0; local
512 swap_total = fields[i].value;
518 if (swap_total > 0) {
519 int swap_used = swap_total - swap_free;
520 int swap_used_percent = swap_used * 100 / swap_total;

Completed in 101 milliseconds