28 #ifndef V8_ZONE_CONTAINERS_H_
29 #define V8_ZONE_CONTAINERS_H_
40 typedef std::vector<int, ZoneIntAllocator>
IntVector;
46 #endif // V8_ZONE_CONTAINERS_H_
IntVector::iterator IntVectorIter
IntVector::reverse_iterator IntVectorRIter
zone_allocator< int > ZoneIntAllocator
std::vector< int, ZoneIntAllocator > IntVector