Return 0 as maximal amount of physical memory if there is no limit.
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Apr 2014 17:19:15 +0000 (17:19 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Apr 2014 17:19:15 +0000 (17:19 +0000)
commita9d9b7298912fd28a48a69111aba069b21e7dfce
treec2b4fe3941a21fd4e391ade2e6b99a2fd28fc30e
parent930ca1b52abd4dba53a2a72273a4c808d7f7a57b
Return 0 as maximal amount of physical memory if there is no limit.

That's what the comment says should happen, and what Heap's ctor
expects.

BUG=none
LOG=n
R=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/226113006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20583 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/platform-posix.cc