Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index fd361fc7a4655709385ab0f560b750caf8990c8a..c98237a1f59c4bdb575478542be1d52cde5529e1 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -2337,6 +2337,10 @@ class Heap { |
// configured through the API until it is set up. |
bool configured_; |
+ // Flag is set if the heap has been configured with any value different from |
+ // the default values. |
+ bool limits_changed_from_defaults_; |
Hannes Payer (out of office)
2013/09/19 14:50:57
Why do we need that? If the embedder decides to ov
rmcilroy
2013/09/19 15:01:34
This is not to prevent the embedder overwriting th
|
+ |
ExternalStringTable external_string_table_; |
VisitorDispatchTable<ScavengingCallback> scavenging_visitors_table_; |