AmountOfPhysicalMemory 14 base/android/sys_utils_unittest.cc TEST(SysUtils, AmountOfPhysicalMemory) { AmountOfPhysicalMemory 25 base/sys_info.h static int64 AmountOfPhysicalMemory(); AmountOfPhysicalMemory 33 base/sys_info.h return static_cast<int>(AmountOfPhysicalMemory() / 1024 / 1024); AmountOfPhysicalMemory 52 base/sys_info_linux.cc base::internal::LazySysInfoValue<int64, AmountOfPhysicalMemory> >::Leaky AmountOfPhysicalMemory 30 base/sys_info_unittest.cc EXPECT_GT(base::SysInfo::AmountOfPhysicalMemory(), 0); AmountOfPhysicalMemory 32 chrome/browser/extensions/api/system_memory/memory_info_provider.cc info_.capacity = static_cast<double>(base::SysInfo::AmountOfPhysicalMemory()); AmountOfPhysicalMemory 453 components/autofill/content/browser/risk/fingerprint.cc machine->set_ram(base::SysInfo::AmountOfPhysicalMemory()); AmountOfPhysicalMemory 1015 content/child/blink_platform_impl.cc return base::SysInfo::AmountOfPhysicalMemory() / 25; AmountOfPhysicalMemory 313 content/zygote/zygote_main_linux.cc base::SysInfo::AmountOfPhysicalMemory(); AmountOfPhysicalMemory 55 gin/isolate_holder.cc constraints.ConfigureDefaults(base::SysInfo::AmountOfPhysicalMemory(), AmountOfPhysicalMemory 2079 net/disk_cache/blockfile/backend_impl.cc static int64 total_memory = base::SysInfo::AmountOfPhysicalMemory(); AmountOfPhysicalMemory 1526 net/disk_cache/blockfile/backend_impl_v3.cc static int64 total_memory = base::SysInfo::AmountOfPhysicalMemory(); AmountOfPhysicalMemory 59 net/disk_cache/memory/mem_backend_impl.cc int64 total_memory = base::SysInfo::AmountOfPhysicalMemory();