Home
last modified time | relevance | path

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

/external/v8/src/
Dzone-allocator.h29 explicit zone_allocator(Zone* zone) throw() : zone_(zone) {} in zone_allocator() function
30 explicit zone_allocator(const zone_allocator& other) throw() in zone_allocator() function
32 template<typename U> zone_allocator(const zone_allocator<U>& other) throw() in zone_allocator() function
34 template<typename U> friend class zone_allocator; variable