Index: runtime/vm/allocation.h |
=================================================================== |
--- runtime/vm/allocation.h (revision 43047) |
+++ runtime/vm/allocation.h (working copy) |
@@ -93,6 +93,7 @@ |
// Implicitly allocate the object in the current zone. |
void* operator new(uword size); |
+ // DEPRECATED: Use Zone version. |
// Implicitly allocate the object in the current zone given the current |
// isolate. |
void* operator new(uword size, BaseIsolate* isolate); |
siva
2015/01/21 22:14:50
if deprecated would it make sense to move it under
koda
2015/01/21 23:05:44
There are still 10+ classes using it, at least one
|