HomeSort by relevance Sort by last modified time
    Searched full:allocationcontext (Results 1 - 13 of 13) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler_allocation_context.cc 38 AllocationContext::AllocationContext(): type_name(nullptr) {}
40 AllocationContext::AllocationContext(const Backtrace& backtrace,
44 bool operator==(const AllocationContext& lhs, const AllocationContext& rhs) {
48 bool operator!=(const AllocationContext& lhs, const AllocationContext& rhs) {
55 using base::trace_event::AllocationContext;
73 size_t hash<AllocationContext>::operator()(const AllocationContext& ctx) const
    [all...]
heap_profiler_allocation_context.h 82 // The |AllocationContext| is context metadata that is kept for every allocation
85 struct BASE_EXPORT AllocationContext {
86 AllocationContext();
87 AllocationContext(const Backtrace& backtrace, const char* type_name);
98 bool BASE_EXPORT operator==(const AllocationContext& lhs,
99 const AllocationContext& rhs);
100 bool BASE_EXPORT operator!=(const AllocationContext& lhs,
101 const AllocationContext& rhs);
125 struct BASE_EXPORT hash<base::trace_event::AllocationContext> {
126 size_t operator()(const base::trace_event::AllocationContext& context) const
    [all...]
heap_profiler_allocation_context_tracker_unittest.cc 33 AllocationContext ctx =
55 AllocationContext ctx =
225 AllocationContext ctx =
236 AllocationContext ctx =
251 AllocationContext ctx1 =
258 AllocationContext ctx2 =
265 AllocationContext ctx =
275 AllocationContext ctx =
heap_profiler_heap_dump_writer.cc 28 // of |AllocationContext|s and size pairs.
42 // Denotes a property of |AllocationContext| to break down by.
53 std::vector<std::pair<const AllocationContext*, AllocationMetrics>>
108 const AllocationContext* context = context_and_metrics.first;
198 const AllocationContext* context = bucket.metrics_by_context.front().first;
244 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context) {
252 const AllocationContext* context = &context_and_metrics.first;
312 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context,
heap_profiler_allocation_context_tracker.h 23 // |AllocationContext| that is to be stored together with the allocation
83 AllocationContext GetContextSnapshot();
heap_profiler_heap_dump_writer.h 31 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context,
80 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context);
heap_profiler_allocation_register.cc 86 const AllocationContext& context) {
173 AllocationContext(
heap_profiler_allocation_context_tracker.cc 158 AllocationContext AllocationContextTracker::GetContextSnapshot() {
159 AllocationContext ctx;
malloc_dump_provider.cc 182 hash_map<AllocationContext, AllocationMetrics> metrics_by_context;
236 AllocationContext context = tracker->GetContextSnapshot();
heap_profiler_allocation_register.h 255 AllocationContext context;
285 const AllocationContext& context);
process_memory_dump_unittest.cc 93 hash_map<AllocationContext, AllocationMetrics> metrics_by_context;
94 metrics_by_context[AllocationContext()] = { 1, 1 };
process_memory_dump.h 122 void DumpHeapUsage(const base::hash_map<base::trace_event::AllocationContext,
process_memory_dump.cc 248 const base::hash_map<base::trace_event::AllocationContext,

Completed in 2984 milliseconds