Index: src/heap/slot-set.h |
diff --git a/src/heap/slot-set.h b/src/heap/slot-set.h |
index f70def43eaa2c9bca702fa6d5cdab05e5b902426..3a984ce1e9be8c24ea3382c246eddc9eb760d227 100644 |
--- a/src/heap/slot-set.h |
+++ b/src/heap/slot-set.h |
@@ -325,6 +325,7 @@ class TypedSlotSet { |
delete chunk; |
chunk = next; |
} |
+ FreeToBeFreedChunks(); |
Benedikt Meurer
2016/09/29 13:04:27
What is this?
|
} |
// The slot offset specifies a slot at address page_start_ + offset. |