Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: base/sys_info.h

Issue 18622: POSIX: Porting renderer/render_process.cc, low hanging fruit (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/sys_info_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | base/sys_info_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698