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 void ArenaPool::FreeArenaChain(Arena* first) {
202 ArenaAllocator::ArenaAllocator(ArenaPool* pool)
arena_allocator.h 32 class ArenaPool;
133 friend class ArenaPool;
141 class ArenaPool {
143 ArenaPool();
144 ~ArenaPool();
151 DISALLOW_COPY_AND_ASSIGN(ArenaPool);
156 explicit ArenaAllocator(ArenaPool* pool);
193 ArenaPool* pool_;

Completed in 576 milliseconds