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

  /external/chromium/chrome/browser/
memory_details.h 19 struct ProcessMemoryInformation {
20 ProcessMemoryInformation();
21 ~ProcessMemoryInformation();
47 typedef std::vector<ProcessMemoryInformation> ProcessMemoryInformationList;
125 void CollectProcessData(const std::vector<ProcessMemoryInformation>&);
132 const std::vector<ProcessMemoryInformation>& child_info,
memory_details.cc 33 ProcessMemoryInformation::ProcessMemoryInformation()
41 ProcessMemoryInformation::~ProcessMemoryInformation() {}
88 std::vector<ProcessMemoryInformation> child_info;
92 ProcessMemoryInformation info;
124 ProcessMemoryInformation& process =

Completed in 101 milliseconds