Searched defs:StatsAndPool (Results 1 – 1 of 1) sorted by relevance
79 struct StatsAndPool : TaggedStats<Peak>, TaggedStats<Current> { struct80 explicit StatsAndPool(ArenaPool* arena_pool) : pool(arena_pool) { } in StatsAndPool() function81 ArenaPool* const pool;