Chromium Code Reviews| Index: runtime/vm/pages.h |
| diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h |
| index 7cc123b6ff16765859c336b1ce9cb1f6ed21a599..63829f82b5062dc91f395e85ca58fa0ca98137e5 100644 |
| --- a/runtime/vm/pages.h |
| +++ b/runtime/vm/pages.h |
| @@ -234,6 +234,8 @@ class PageSpace { |
| } |
| void UpdateMaxCapacityLocked(); |
| + void UpdateMaxUsed(); |
| + void UpdateGlobalMaxUsed(); |
|
koda
2015/10/06 18:09:02
General design comment: Why does the PageSpace/Sca
|
| intptr_t ExternalInWords() const { |
| return usage_.external_in_words; |