summaryrefslogtreecommitdiffstats
path: root/base/sys_info.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-22 01:42:15 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-22 01:42:15 +0000
commit037fce0cedc970c9964165e741b8d015f3897717 (patch)
tree549fd59b27e173dd336ed487aeed8e3902719916 /base/sys_info.h
parent0ba1f530cf1dfac50ddb7d3b9ef34f2a753947c4 (diff)
downloadchromium_src-037fce0cedc970c9964165e741b8d015f3897717.zip
chromium_src-037fce0cedc970c9964165e741b8d015f3897717.tar.gz
chromium_src-037fce0cedc970c9964165e741b8d015f3897717.tar.bz2
POSIX: Porting renderer/render_process.cc, low hanging fruit
Review URL: http://codereview.chromium.org/18622 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/sys_info.h')
-rw-r--r--base/sys_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/sys_info.h b/base/sys_info.h
index a70f5b6..46029cc 100644
--- a/base/sys_info.h
+++ b/base/sys_info.h
@@ -53,6 +53,10 @@ 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