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

  /external/chromium/base/
process_util_win.cc 613 PROCESS_MEMORY_COUNTERS_EX pmcx; local
616 reinterpret_cast<PROCESS_MEMORY_COUNTERS*>(&pmcx),
617 sizeof(pmcx))) {
618 *private_bytes = pmcx.PrivateUsage;

Completed in 278 milliseconds