Searched defs:ArenaAllocatorAdapter (Results 1 – 2 of 2) sorted by relevance
25 class ArenaAllocatorAdapter; variable42 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<use_oom_handler> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function45 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function58 friend class ArenaAllocatorAdapter; variable80 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<use_oom_handler> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function83 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function88 ArenaAllocatorAdapter(ArenaAllocatorAdapter &&other) noexcept in ArenaAllocatorAdapter() function144 friend class ArenaAllocatorAdapter; variable
53 class ArenaAllocatorAdapter; variable