summaryrefslogtreecommitdiff
path: root/src/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heap.h')
-rw-r--r--src/heap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heap.h b/src/heap.h
index 1059fd7664..f8a5d235b3 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -23,6 +23,8 @@ class Heap {
static const size_t kMaximumSize = 64 * MB;
+ typedef void (RootVistor)(Object* root, void* arg);
+
static bool Init() {
return Init(kStartupSize, kMaximumSize);
}