blob: 52bf9a20881d9beb37d765838df40ccf1ff4c969 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/system/sys_info.h.orig 2019-06-04 18:55:15 UTC
+++ base/system/sys_info.h
@@ -192,7 +192,7 @@ class BASE_EXPORT SysInfo {
static bool IsLowEndDeviceImpl();
static HardwareInfo GetHardwareInfoSync();
-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX)
+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX) || defined(OS_BSD)
static int64_t AmountOfAvailablePhysicalMemory(
const SystemMemoryInfoKB& meminfo);
#endif
|