Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1454)

Unified Diff: runtime/vm/allocation.h

Issue 982873004: Thread/Isolate refactoring: new(Isolate) -> new(Zone) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/allocation.h
===================================================================
--- runtime/vm/allocation.h (revision 44266)
+++ runtime/vm/allocation.h (working copy)
@@ -98,11 +98,6 @@
// 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);
-
// Allocate the object in the given zone, which must be the current zone.
void* operator new(uword size, Zone* zone);
« no previous file with comments | « runtime/lib/string.cc ('k') | runtime/vm/allocation.cc » ('j') | runtime/vm/compiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698