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

  /external/chromium_org/base/process/
process_metrics_win.cc 88 size_t committed_mapped = 0; local
97 committed_mapped += mbi.RegionSize;
117 usage->mapped = committed_mapped / 1024;
  /external/chromium/base/
process_util_win.cc 635 size_t committed_mapped = 0; local
644 committed_mapped += mbi.RegionSize;
664 usage->mapped = committed_mapped / 1024;

Completed in 105 milliseconds