HomeSort by relevance Sort by last modified time
    Searched defs:ScopedArenaAllocator (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/
scoped_arena_allocator.cc 69 // top_ptr_ shall be updated by ScopedArenaAllocator.
83 // much memory to zero out. Though ScopedArenaAllocator doesn't guarantee the memory is
109 ScopedArenaAllocator::ScopedArenaAllocator(ScopedArenaAllocator&& other) noexcept
121 ScopedArenaAllocator::ScopedArenaAllocator(ArenaStack* arena_stack)
131 ScopedArenaAllocator::~ScopedArenaAllocator() {
137 void ScopedArenaAllocator::Reset()
    [all...]
scoped_arena_allocator.h 30 class ScopedArenaAllocator;
43 // Holds a list of Arenas for use by ScopedArenaAllocator stack.
94 // Private - access via ScopedArenaAllocator or ScopedArenaAllocatorAdapter.
125 friend class ScopedArenaAllocator;
134 // Unlike the ArenaAllocator, ScopedArenaAllocator is intended for relatively short-lived
136 // once it's destroyed, its memory can be reused by the next ScopedArenaAllocator on the
138 class ScopedArenaAllocator
141 ScopedArenaAllocator(ScopedArenaAllocator&& other) noexcept;
142 explicit ScopedArenaAllocator(ArenaStack* arena_stack)
    [all...]

Completed in 80 milliseconds