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

  /art/compiler/utils/
arena_allocator.cc 150 ArenaPool::ArenaPool()
155 ArenaPool::~ArenaPool() {
163 Arena* ArenaPool::AllocArena(size_t size) {
180 size_t ArenaPool::GetBytesAllocated() const {
189 void ArenaPool::FreeArenaChain(Arena* first) {
211 ArenaAllocator::ArenaAllocator(ArenaPool* pool)
arena_allocator.h 32 class ArenaPool;
137 friend class ArenaPool;
145 class ArenaPool {
147 ArenaPool();
148 ~ArenaPool();
156 DISALLOW_COPY_AND_ASSIGN(ArenaPool);
161 explicit ArenaAllocator(ArenaPool* pool);
198 ArenaPool* pool_;

Completed in 37 milliseconds