Searched refs:ArenaAllocatorStatsImpl (Results 1 – 2 of 2) sorted by relevance
106 class ArenaAllocatorStatsImpl; variable109 class ArenaAllocatorStatsImpl<false> {111 ArenaAllocatorStatsImpl() = default;112 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;113 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;115 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} in Copy()125 class ArenaAllocatorStatsImpl {127 ArenaAllocatorStatsImpl();128 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;129 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;[all …]
37 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {98 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl() function in art::ArenaAllocatorStatsImpl104 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()110 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()116 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()121 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated()127 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()167 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>; variable