Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hdr_hist to temporary_buffer's friends #151

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

ballard26
Copy link

hdr_hist uses the method to make a raw buffer a temporary_buffer

@ballard26 ballard26 merged commit f212c77 into redpanda-data:v24.3.x Nov 6, 2024
@StephanDollberg
Copy link
Member

hdr_hist uses a custom deleter?

@ballard26
Copy link
Author

hdr_hist uses a custom deleter?

Not custom, per-say, it's just using the usual free object deleter to wrap a raw pointer in a temporary_buffer.

@StephanDollberg
Copy link
Member

Can that just be replaced with a unique_ptr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants