Home
last modified time | relevance | path

Searched defs:AllocationContext (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context.h85 struct BASE_EXPORT AllocationContext { struct
98 bool BASE_EXPORT operator==(const AllocationContext& lhs, argument
Dheap_profiler_allocation_context.cc38 AllocationContext::AllocationContext(): type_name(nullptr) {} in AllocationContext() function in base::trace_event::AllocationContext
40 AllocationContext::AllocationContext(const Backtrace& backtrace, in AllocationContext() function in base::trace_event::AllocationContext
Dheap_profiler_heap_dump_writer.cc244 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context) { in Summarize()
312 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context, in ExportHeapDump()
Dprocess_memory_dump.cc248 const base::hash_map<base::trace_event::AllocationContext, in DumpHeapUsage()