commit | 8a436595d36c1e4935984fcac249d7d877e00383 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Aug 15 21:27:23 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Tue Aug 16 13:50:46 2011 -0700 |
tree | 66e6ecb9afb1c9950285c52fe98b93206436fccd | |
parent | a5b897eae4b6f9f9608faa9eada7ddf42bf1bfd2 [diff] [blame] |
Work on option parsing as prelude to image loading Change-Id: I13edbd9b341e603817941beaca676535a7e590c7
diff --git a/src/heap.h b/src/heap.h index 698535f..247c6ba 100644 --- a/src/heap.h +++ b/src/heap.h
@@ -18,7 +18,7 @@ class Heap { public: - static const size_t kStartupSize = 16 * MB; + static const size_t kInitialSize = 16 * MB; static const size_t kMaximumSize = 64 * MB;