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