Fix initialization of allocation timeout value.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Oct 2011 08:59:34 +0000 (08:59 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Oct 2011 08:59:34 +0000 (08:59 +0000)
commitf193d87ec4bea7eeb07aafac4f17a6b04d1de8e2
treed3611ca01f70d4ac18cfe6d3facec0c9244a51cf
parent5f7f79b012910b04f4e073660bfaf12ff33053b9
Fix initialization of allocation timeout value.

The allocation timeout value should not be initialized to 0, that
triggers a collection at the first allocation which breaks assumptions
for some test cases.

R=ricow@chromium.org
TEST=cctest/test-heap/Iteration

Review URL: http://codereview.chromium.org/8275032

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