Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 8458ccdabfdb6e2003dd2871ea992fae12dab95a..62f52090e032d196dca876019d2b5a1ee98c5f7d 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -5961,6 +5961,9 @@ class V8_EXPORT ResourceConstraints { |
| } |
| private: |
| + int ComputeMaxOldGenerationSize(uint64_t physical_memory); |
| + int ComputeMaxSemiSpaceSize(uint64_t physical_memory); |
| + |
| int max_semi_space_size_; |
| int max_old_space_size_; |
| int max_executable_size_; |