commit | 7e93b50433cde2a44d99212e8040299bde498546 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Aug 04 14:16:22 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Aug 04 22:59:02 2011 -0700 |
tree | 5365abc77a3ada7f50bfc06b5772e03b86ee8f3c | |
parent | 8860c0e8491a27aa03b55f2417478fb3629611d6 [diff] [blame] |
String intern table and support for unordered_map Change-Id: I22d86d060780552675c5d7f14a98ffde480eac82
diff --git a/src/heap.h b/src/heap.h index 1059fd7..f8a5d23 100644 --- a/src/heap.h +++ b/src/heap.h
@@ -23,6 +23,8 @@ static const size_t kMaximumSize = 64 * MB; + typedef void (RootVistor)(Object* root, void* arg); + static bool Init() { return Init(kStartupSize, kMaximumSize); }