Searched refs:ZoneIntAllocator (Results 1 – 1 of 1) sorted by relevance
16 typedef zone_allocator<int> ZoneIntAllocator; typedef17 typedef std::vector<int, ZoneIntAllocator> IntVector;