Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/zone/
Dzone-allocator.h41 ZoneAllocator() : ZoneAllocator(nullptr) { UNREACHABLE(); } in ZoneAllocator() function
43 explicit ZoneAllocator(Zone* zone) : zone_(zone) { in ZoneAllocator() function
50 ZoneAllocator(const ZoneAllocator<U>& other) V8_NOEXCEPT in ZoneAllocator() function
58 friend class ZoneAllocator; variable