Searched refs:stats_and_pool_ (Results 1 – 2 of 2) sorted by relevance
28 stats_and_pool_(arena_pool), in ArenaStack()37 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in ~ArenaStack()42 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in Reset()58 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()64 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
85 return static_cast<TaggedStats<Peak>*>(&stats_and_pool_); in PeakStats()89 return static_cast<const TaggedStats<Peak>*>(&stats_and_pool_); in PeakStats()93 return static_cast<TaggedStats<Current>*>(&stats_and_pool_); in CurrentStats()121 StatsAndPool stats_and_pool_; variable