Searched refs:pool_ (Results 1 – 5 of 5) sorted by relevance
93 : pool_(), allocator_(&pool_), arena_stack_(&pool_), scoped_allocator_(&arena_stack_) { } in ArenaPoolAndAllocator()100 ArenaPool pool_;
61 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()142 ArenaPool pool_; variable
740 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()1609 ArenaPool pool_; variable
396 : pool_(pool), in ArenaAllocator()457 pool_->FreeArenaChain(arena_head_); in ~ArenaAllocator()461 Arena* new_arena = pool_->AllocArena(std::max(arena_allocator::kArenaDefaultSize, bytes)); in AllocFromNewArena()
380 return pool_; in GetArenaPool()399 ArenaPool* pool_; variable