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

Don't evict memory before freeing it. #459

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Don't evict memory before freeing it. #459

merged 1 commit into from
Aug 13, 2024

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 12, 2024

Memory eviction is not queue ordered, so unsafe to perform here. But it's probably not needed as we're freeing the memory anyway. This was triggered by the recent resize implementation, which frees quickly after issueing a copy operation.

Works around #439

Memory eviction is not queue ordered, so unsafe to perform here.
But it's probably not needed as we're freeing the memory anyway.
This was triggered by the recent resize implementation, which frees
quickly after issueing a copy operation.
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.09%. Comparing base (49255ab) to head (cbb0512).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
- Coverage   81.25%   81.09%   -0.16%     
==========================================
  Files          45       45              
  Lines        2571     2566       -5     
==========================================
- Hits         2089     2081       -8     
- Misses        482      485       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt marked this pull request as ready for review August 13, 2024 08:10
@maleadt maleadt merged commit 7c07a62 into master Aug 13, 2024
1 check passed
@maleadt maleadt deleted the tb/evict branch August 13, 2024 08:10
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.

1 participant