HomeSort by relevance Sort by last modified time
    Searched refs:AllocArena (Results 1 - 3 of 3) sorted by null

  /art/compiler/utils/
scoped_arena_allocator.cc 60 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size);
66 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size);
arena_allocator.cc 163 Arena* ArenaPool::AllocArena(size_t size) {
247 Arena* new_arena = pool_->AllocArena(std::max(Arena::kDefaultSize, allocation_size));
arena_allocator.h 145 Arena* AllocArena(size_t size);

Completed in 72 milliseconds