Index: runtime/vm/zone.h |
=================================================================== |
--- runtime/vm/zone.h (revision 43047) |
+++ runtime/vm/zone.h (working copy) |
@@ -58,6 +58,8 @@ |
void VisitObjectPointers(ObjectPointerVisitor* visitor); |
+ static Zone* Current(); |
Ivan Posva
2015/01/22 01:26:44
I don't think this adds much.
koda
2015/01/22 02:01:00
Done.
|
+ |
private: |
Zone() |
: initial_buffer_(buffer_, kInitialChunkSize), |