Home
last modified time | relevance | path

Searched refs:ScopedArenaAllocatorAdapter (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dscoped_arena_containers.h43 class ScopedArenaAllocatorAdapter; variable
46 using ScopedArenaDeque = std::deque<T, ScopedArenaAllocatorAdapter<T>>;
52 using ScopedArenaVector = dchecked_vector<T, ScopedArenaAllocatorAdapter<T>>;
55 using ScopedArenaSet = std::set<T, Comparator, ScopedArenaAllocatorAdapter<T>>;
59 SafeMap<K, V, Comparator, ScopedArenaAllocatorAdapter<std::pair<const K, V>>>;
63 std::unordered_map<K, V, Hash, KeyEqual, ScopedArenaAllocatorAdapter<std::pair<const K, V>>>;
69 class ScopedArenaAllocatorAdapter<void>
79 typedef ScopedArenaAllocatorAdapter<U> other;
82 explicit ScopedArenaAllocatorAdapter(ScopedArenaAllocator* arena_allocator,
90 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter() function
[all …]
Dscoped_arena_allocator.h32 class ScopedArenaAllocatorAdapter; variable
120 friend class ScopedArenaAllocatorAdapter; variable
165 ScopedArenaAllocatorAdapter<void> Adapter(ArenaAllocKind kind = kArenaAllocSTL);
179 friend class ScopedArenaAllocatorAdapter; variable