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

SST ASAN buffer fix #3972

Merged
merged 2 commits into from
Dec 28, 2023
Merged

SST ASAN buffer fix #3972

merged 2 commits into from
Dec 28, 2023

Conversation

eisenhauer
Copy link
Member

This deletes BP5 marshalling buffers for SST after use to fix a memory leak. We may want to look into reusing those buffers, particularly for SST where we use the MallocV buffer subclass that grows with realloc() to keep things contiguous. Reuse would potentially avoid the large-copy-on-realloc problem that happens apps that generate a lot of data.

Copy link
Collaborator

@vicentebolea vicentebolea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! The list is getting smaller

@eisenhauer eisenhauer merged commit 13723e8 into ornladios:master Dec 28, 2023
38 checks passed
@eisenhauer eisenhauer deleted the SstASAN branch December 28, 2023 21:44
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.

None yet

2 participants