Searched refs:AllocationMetrics (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/trace_event/ |
D | heap_profiler_heap_dump_writer.h | 31 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context, 80 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context);
|
D | heap_profiler_heap_dump_writer.cc | 53 std::vector<std::pair<const AllocationContext*, AllocationMetrics>> 244 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context) { in Summarize() 312 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context, in ExportHeapDump()
|
D | malloc_dump_provider.cc | 182 hash_map<AllocationContext, AllocationMetrics> metrics_by_context; in OnMemoryDump() 188 AllocationMetrics& metrics = metrics_by_context[alloc_size.context]; in OnMemoryDump()
|
D | heap_profiler_allocation_context.h | 104 struct AllocationMetrics { struct
|
D | process_memory_dump.h | 123 base::trace_event::AllocationMetrics>&
|
D | process_memory_dump.cc | 249 base::trace_event::AllocationMetrics>& metrics_by_context, in DumpHeapUsage()
|
D | process_memory_dump_unittest.cc | 93 hash_map<AllocationContext, AllocationMetrics> metrics_by_context; in TEST()
|