Searched refs:GetMemorySize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.h49 int64 GetMemorySize();
H A Dsysteminfo_unittest.cc108 LOG(LS_INFO) << "MemorySize: " << info.GetMemorySize();
109 EXPECT_GT(info.GetMemorySize(), -1);
H A Dsysteminfo.cc357 int64 SystemInfo::GetMemorySize() { function in class:rtc::SystemInfo

Completed in 263 milliseconds