Searched defs:ZoneAllocator (Results 1 – 1 of 1) sorted by relevance
41 ZoneAllocator() : ZoneAllocator(nullptr) { UNREACHABLE(); } in ZoneAllocator() function43 explicit ZoneAllocator(Zone* zone) : zone_(zone) { in ZoneAllocator() function50 ZoneAllocator(const ZoneAllocator<U>& other) V8_NOEXCEPT in ZoneAllocator() function58 friend class ZoneAllocator; variable