Searched refs:HeapTraces (Results 1 – 2 of 2) sorted by relevance
669 if (!temp_allocation.HeapTraces().empty()) { in CombineTempAllocations()670 CHECK_EQ(temp_allocation.HeapTraces().size(), 1); in CombineTempAllocations()671 combined_allocation->AddHeapTrace(temp_allocation.HeapTraces().front()); in CombineTempAllocations()901 for (const HeapSimulatorTrace& heap_trace : allocation.HeapTraces()) { in ToProto()
248 const std::vector<HeapSimulatorTrace> HeapTraces() const { in HeapTraces() function