Searched defs:ZoneListAllocationPolicy (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dzone.h167 // The ZoneListAllocationPolicy is used to specialize the GenericList
170 class ZoneListAllocationPolicy { class in namespace:v8::internal
185 class ZoneList: public List<T, ZoneListAllocationPolicy> {
193 : List<T, ZoneListAllocationPolicy>(capacity) { }
197 : List<T, ZoneListAllocationPolicy>(other.length()) {
235 class ZoneSplayTree: public SplayTree<Config, ZoneListAllocationPolicy> {
238 : SplayTree<Config, ZoneListAllocationPolicy>() {}
243 typedef TemplateHashMapImpl<ZoneListAllocationPolicy> ZoneHashMap;

Completed in 59 milliseconds