diff options
author | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-16 18:15:50 +0000 |
---|---|---|
committer | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-16 18:15:50 +0000 |
commit | 0cea355a02d0bf07f6f16f8732b5922b78598e26 (patch) | |
tree | 01f61e1eff3f085e43538da2af9ce7766d10aa53 /base/sys_info.h | |
parent | 94c30ca27a105548898b46d4d9ff07c998b92282 (diff) | |
download | chromium_src-0cea355a02d0bf07f6f16f8732b5922b78598e26.zip chromium_src-0cea355a02d0bf07f6f16f8732b5922b78598e26.tar.gz chromium_src-0cea355a02d0bf07f6f16f8732b5922b78598e26.tar.bz2 |
This fixes the overflows identified in the parsing
function, and adds the dalvik-heap-limit.
BUG=176201
NOTRY=true
No try since it has passed many times and is taking days in the CQ.
Review URL: https://chromiumcodereview.appspot.com/12223064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/sys_info.h')
-rw-r--r-- | base/sys_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/sys_info.h b/base/sys_info.h index 97b17c4..5af5d43 100644 --- a/base/sys_info.h +++ b/base/sys_info.h @@ -104,6 +104,7 @@ class BASE_EXPORT SysInfo { static std::string GetDeviceName(); static int DalvikHeapSizeMB(); + static int DalvikHeapGrowthLimitMB(); #endif // defined(OS_ANDROID) }; |