Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tcmalloc/internal/sampled_allocation_recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class SampleRecorder {
void UnregisterAll();

// Iterates over all the registered samples.
void Iterate(const absl::FunctionRef<void(const T& sample)>& f);
void Iterate(const absl::FunctionRef<void(const T& sample)> f);

private:
void PushNew(T* sample);
Expand Down
Loading