summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/valgrind_malloc_space.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/space/valgrind_malloc_space.h')
-rw-r--r--runtime/gc/space/valgrind_malloc_space.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/space/valgrind_malloc_space.h b/runtime/gc/space/valgrind_malloc_space.h
index 6b755c4..200ad83 100644
--- a/runtime/gc/space/valgrind_malloc_space.h
+++ b/runtime/gc/space/valgrind_malloc_space.h
@@ -48,7 +48,7 @@ class ValgrindMallocSpace FINAL : public BaseMallocSpaceType {
ValgrindMallocSpace(const std::string& name, MemMap* mem_map, AllocatorType allocator,
byte* begin, byte* end, byte* limit, size_t growth_limit,
- size_t initial_size);
+ size_t initial_size, bool can_move_objects, size_t starting_size);
virtual ~ValgrindMallocSpace() {}
private: