Searched refs:ArenaAllocatorStatsImpl (Results 1 – 2 of 2) sorted by relevance
109 class ArenaAllocatorStatsImpl; variable112 class ArenaAllocatorStatsImpl<false> {114 ArenaAllocatorStatsImpl() = default;115 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;116 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;118 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} in Copy()128 class ArenaAllocatorStatsImpl {130 ArenaAllocatorStatsImpl();131 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;132 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;[all …]
38 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {102 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl() function in art::ArenaAllocatorStatsImpl108 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()114 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()120 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()125 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated()131 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()174 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>; variable