Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context.h86 struct BASE_EXPORT AllocationContext { struct
99 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
Dprocess_memory_dump.cc314 const std::unordered_map<base::trace_event::AllocationContext, in DumpHeapUsage()