Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsysteminfo_unittest.cc84 LOG(LS_INFO) << "MemorySize: " << info.GetMemorySize(); in TEST()
85 EXPECT_GT(info.GetMemorySize(), -1); in TEST()
Dsysteminfo.h39 int64_t GetMemorySize();
Dsysteminfo.cc164 int64_t SystemInfo::GetMemorySize() { in GetMemorySize() function in rtc::SystemInfo