Searched defs:zone_allocator (Results 1 – 1 of 1) sorted by relevance
29 explicit zone_allocator(Zone* zone) throw() : zone_(zone) {} in zone_allocator() function30 explicit zone_allocator(const zone_allocator& other) throw() in zone_allocator() function32 template<typename U> zone_allocator(const zone_allocator<U>& other) throw() in zone_allocator() function34 template<typename U> friend class zone_allocator; variable