Home
last modified time | relevance | path

Searched refs:SystemMemoryInfoKB (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/process/
Dprocess_metrics.h289 struct BASE_EXPORT SystemMemoryInfoKB { struct
290 SystemMemoryInfoKB();
291 SystemMemoryInfoKB(const SystemMemoryInfoKB& other);
359 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument
383 SystemMemoryInfoKB* meminfo);
495 SystemMemoryInfoKB memory_info_;
Dprocess_metrics.cc49 SystemMemoryInfoKB::SystemMemoryInfoKB() = default;
51 SystemMemoryInfoKB::SystemMemoryInfoKB(const SystemMemoryInfoKB& other) =
Dprocess_metrics_linux.cc154 void ReadChromeOSGraphicsMemory(SystemMemoryInfoKB* meminfo) { in ReadChromeOSGraphicsMemory()
371 SystemMemoryInfoKB meminfo; in GetSystemCommitCharge()
471 std::unique_ptr<DictionaryValue> SystemMemoryInfoKB::ToValue() const { in ToValue()
497 bool ParseProcMeminfo(StringPiece meminfo_data, SystemMemoryInfoKB* meminfo) { in ParseProcMeminfo()
612 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) { in GetSystemMemoryInfo()
Dprocess_metrics_unittest.cc94 SystemMemoryInfoKB meminfo; in TEST_F()
419 SystemMemoryInfoKB info; in TEST()
/external/libchrome/base/
Dsys_info_linux.cc52 SystemMemoryInfoKB info; in AmountOfAvailablePhysicalMemoryImpl()
60 const SystemMemoryInfoKB& info) { in AmountOfAvailablePhysicalMemory()
Dsys_info.h26 struct SystemMemoryInfoKB;
173 const SystemMemoryInfoKB& meminfo);
Dsys_info_unittest.cc45 SystemMemoryInfoKB info; in TEST_F()