Home
last modified time | relevance | path

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

/external/v8/src/zone/
Dzone-allocator.h30 zone_allocator() : zone_(nullptr) { UNREACHABLE(); } in zone_allocator() function
31 explicit zone_allocator(Zone* zone) throw() : zone_(zone) {} in zone_allocator() function
32 explicit zone_allocator(const zone_allocator& other) throw() in zone_allocator() function
35 zone_allocator(const zone_allocator<U>& other) throw() : zone_(other.zone_) {} in zone_allocator() function
37 friend class zone_allocator; variable