Home
last modified time | relevance | path

Searched defs:ZoneAllocator (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/zone/
Dzone-allocator.h31 ZoneAllocator() : ZoneAllocator(nullptr) { UNREACHABLE(); } in ZoneAllocator() function
33 explicit ZoneAllocator(Zone* zone) throw() : zone_(zone) {} in ZoneAllocator() function
34 explicit ZoneAllocator(const ZoneAllocator& other) throw() in ZoneAllocator() function
37 ZoneAllocator(const ZoneAllocator<U>& other) throw() in ZoneAllocator() function
40 friend class ZoneAllocator; variable