Chromium Code Reviews| Index: runtime/vm/heap.cc |
| diff --git a/runtime/vm/heap.cc b/runtime/vm/heap.cc |
| index 1a4df3c328eb4f54527af2524f8d398937bea608..c4311e09533170947d6f64e35eca0d2551ecb5f4 100644 |
| --- a/runtime/vm/heap.cc |
| +++ b/runtime/vm/heap.cc |
| @@ -176,6 +176,11 @@ void Heap::CollectAllGarbage() { |
| } |
| +void Heap::EnableGrowthControl() { |
| + old_space_->EnableGrowthControl(); |
| +} |
| + |
| + |
| uword Heap::TopAddress() { |
| return reinterpret_cast<uword>(new_space_->TopAddress()); |
| } |