Searched defs:zone_allocator (Results 1 – 1 of 1) sorted by relevance
30 zone_allocator() : zone_(nullptr) { UNREACHABLE(); } in zone_allocator() function31 explicit zone_allocator(Zone* zone) throw() : zone_(zone) {} in zone_allocator() function32 explicit zone_allocator(const zone_allocator& other) throw() in zone_allocator() function35 zone_allocator(const zone_allocator<U>& other) throw() : zone_(other.zone_) {} in zone_allocator() function37 friend class zone_allocator; variable