Searched refs:allocated_objects_ (Results 1 – 2 of 2) sorted by relevance
61 TraceEventMemoryOverhead::TraceEventMemoryOverhead() : allocated_objects_() {} in TraceEventMemoryOverhead()70 allocated_objects_[static_cast<uint32_t>(object_type)]; in AddInternal()147 return allocated_objects_[static_cast<uint32_t>(object_type)].count; in GetCount()152 const ObjectCountAndSize& other_entry = other.allocated_objects_[i]; in Update()162 const ObjectCountAndSize& count_and_size = allocated_objects_[i]; in DumpInto()
82 ObjectCountAndSize allocated_objects_[ObjectType::kLast]; variable