Searched refs:ArenaAllocatorStatsImpl (Results 1 – 2 of 2) sorted by relevance
111 class ArenaAllocatorStatsImpl; variable114 class ArenaAllocatorStatsImpl<false> {116 ArenaAllocatorStatsImpl() = default;117 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;118 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;120 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} in Copy()130 class ArenaAllocatorStatsImpl {132 ArenaAllocatorStatsImpl();133 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;134 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;[all …]
34 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {101 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl() in ArenaAllocatorStatsImpl() function in art::ArenaAllocatorStatsImpl107 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()113 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()119 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const { in NumAllocations()124 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated()130 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()173 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>; variable