Index: base/sys_info.h |
diff --git a/base/sys_info.h b/base/sys_info.h |
index a70f5b6e029b6414008d41067de5b5735ac84e6a..0d71ce04ac5f31a95966d422f6fa83d69b40ae80 100644 |
--- a/base/sys_info.h |
+++ b/base/sys_info.h |
@@ -53,6 +53,9 @@ class SysInfo { |
// Return the number of displays. |
static int DisplayCount(); |
+ |
+ // Return the smallest amount of memory (in bytes) which the VM system will allocate. |
+ static size_t VMAllocationGranularity(); |
}; |
} // namespace base |