From f9fba8383b14378004652315e07e6a3451d74f18 Mon Sep 17 00:00:00 2001 From: TCMalloc Team Date: Sat, 18 Jul 2026 17:26:30 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 950194369 --- tcmalloc/internal/sampled_allocation_recorder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcmalloc/internal/sampled_allocation_recorder.h b/tcmalloc/internal/sampled_allocation_recorder.h index 74db84f88..9428f2fde 100644 --- a/tcmalloc/internal/sampled_allocation_recorder.h +++ b/tcmalloc/internal/sampled_allocation_recorder.h @@ -89,7 +89,7 @@ class SampleRecorder { void UnregisterAll(); // Iterates over all the registered samples. - void Iterate(const absl::FunctionRef& f); + void Iterate(const absl::FunctionRef f); private: void PushNew(T* sample);