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

  /external/chromium_org/chrome/browser/
memory_details.cc 378 size_t aggregate_memory = 0; local
390 aggregate_memory += sample;
489 int total_sample = static_cast<int>(aggregate_memory / 1000);
507 size_t aggregate_memory = 0; local
510 aggregate_memory += sample;
570 int total_sample = static_cast<int>(aggregate_memory / 1000);
  /external/chromium/chrome/browser/
memory_details.cc 268 size_t aggregate_memory = 0; local
277 aggregate_memory += sample;
356 int total_sample = static_cast<int>(aggregate_memory / 1000);

Completed in 105 milliseconds