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

Unified Diff: src/zone-allocator.h

Issue 426233002: Land the Fan (disabled) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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: src/zone-allocator.h
diff --git a/src/zone-allocator.h b/src/zone-allocator.h
index fd07ce22ef79dbe13ac3a7e361d34fb646bdbc81..620f8e56d547a2adaa4193aed8cb12d15186a801 100644
--- a/src/zone-allocator.h
+++ b/src/zone-allocator.h
@@ -62,6 +62,9 @@ class zone_allocator {
Zone* zone_;
};
+typedef zone_allocator<bool> ZoneBoolAllocator;
+typedef zone_allocator<int> ZoneIntAllocator;
+
} } // namespace v8::internal
#endif // V8_ZONE_ALLOCATOR_H_

Powered by Google App Engine
This is Rietveld 408576698