Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/trace_event/
H A Dheap_profiler_allocation_context.h70 struct BASE_EXPORT AllocationContext { struct
83 bool BASE_EXPORT operator==(const AllocationContext& lhs, argument
H A Dheap_profiler_allocation_context.cc39 AllocationContext::AllocationContext(): type_name(nullptr) {} in AllocationContext() function in base::trace_event::AllocationContext
41 AllocationContext::AllocationContext(const Backtrace& backtrace, in AllocationContext() function in base::trace_event::AllocationContext
H A Dprocess_memory_dump.cc350 const std::unordered_map<base::trace_event::AllocationContext, in DumpHeapUsage()
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dheap_profiler_allocation_context.h86 struct BASE_EXPORT AllocationContext { struct
99 bool BASE_EXPORT operator==(const AllocationContext& lhs, argument
H A 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
H A Dprocess_memory_dump.cc314 const std::unordered_map<base::trace_event::AllocationContext, in DumpHeapUsage()