| Index: runtime/vm/zone.h
|
| diff --git a/runtime/vm/zone.h b/runtime/vm/zone.h
|
| index ee0add5aa8cb7363f9d54dacc8bfcef85a50c034..79591a5dfaadf46ca4e679fd9297f18960594e35 100644
|
| --- a/runtime/vm/zone.h
|
| +++ b/runtime/vm/zone.h
|
| @@ -49,6 +49,8 @@ class Zone {
|
| // Make a zone-allocated string based on printf format and args.
|
| char* PrintToString(const char* format, ...) PRINTF_ATTRIBUTE(2, 3);
|
|
|
| + char* VPrint(const char* format, va_list args);
|
| +
|
| // Compute the total size of this zone. This includes wasted space that is
|
| // due to internal fragmentation in the segments.
|
| intptr_t SizeInBytes() const;
|
|
|