HomeSort by relevance Sort by last modified time
    Searched full:pmcx (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/process/
process_metrics_win.cc 66 PROCESS_MEMORY_COUNTERS_EX pmcx; local
69 reinterpret_cast<PROCESS_MEMORY_COUNTERS*>(&pmcx),
70 sizeof(pmcx))) {
71 *private_bytes = pmcx.PrivateUsage;

Completed in 4422 milliseconds