HomeSort by relevance Sort by last modified time
    Searched refs:ArenaAllocatorStatsImpl (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
arena_allocator.h 106 class ArenaAllocatorStatsImpl;
109 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) {}
125 class ArenaAllocatorStatsImpl {
127 ArenaAllocatorStatsImpl();
    [all...]
arena_allocator.cc 37 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
98 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl()
104 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) {
110 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
116 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const {
121 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const {
127 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first,
159 // We're going to use ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations> which need
    [all...]

Completed in 70 milliseconds