Searched defs:ZoneAllocator (Results 1 – 1 of 1) sorted by relevance
31 ZoneAllocator() : ZoneAllocator(nullptr) { UNREACHABLE(); } in ZoneAllocator() function33 explicit ZoneAllocator(Zone* zone) throw() : zone_(zone) {} in ZoneAllocator() function34 explicit ZoneAllocator(const ZoneAllocator& other) throw() in ZoneAllocator() function37 ZoneAllocator(const ZoneAllocator<U>& other) throw() in ZoneAllocator() function40 friend class ZoneAllocator; variable