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