Searched refs:ArenaAllocatorStatsImpl (Results 1 – 2 of 2) sorted by relevance
112 class ArenaAllocatorStatsImpl; variable115 class ArenaAllocatorStatsImpl<false> {117 ArenaAllocatorStatsImpl() = default;118 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;119 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;121 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} in Copy()131 class ArenaAllocatorStatsImpl {133 ArenaAllocatorStatsImpl();134 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;135 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;[all …]
34 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