Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 2acc2b188b602ca2a5f7e4760ff937d4beae3e5d..d6a509981ddaa8658280a2bb69b1df8f7d7a1e30 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -256,6 +256,9 @@ class Heap { |
| old_space_.SetupImagePage(pointer, size, is_executable); |
| } |
| + intptr_t CalculateTLABSize(); |
| + void AbandonRemainingTLAB(Thread* thread); |
| + |
| private: |
| class GCStats : public ValueObject { |
| public: |