Home
last modified time | relevance | path

Searched refs:allocated_objects_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc61 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()
Dtrace_event_memory_overhead.h82 ObjectCountAndSize allocated_objects_[ObjectType::kLast]; variable