Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 9f57ecc3dd92e533ed59cbed048c319b093adf08..c81cf77257407fc25bea7466703f9a875df7d8b5 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -2607,6 +2607,8 @@ class NewSpace : public Space { |
return from_space_.Uncommit(); |
} |
+ bool IsFromSpaceCommitted() { return from_space_.is_committed(); } |
+ |
inline intptr_t inline_allocation_limit_step() { |
return inline_allocation_limit_step_; |
} |