Lines Matching refs:kCount
33 template <bool kCount>
34 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
87 template <bool kCount>
88 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl()
93 template <bool kCount>
94 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()
99 template <bool kCount>
100 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
105 template <bool kCount>
106 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()
110 template <bool kCount>
111 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated()
116 template <bool kCount>
117 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()