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

Better Support for Disabling Pool Allocations #4539

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Sep 8, 2024

Description

There have been reported scenarios where the memory overhead of pool allocations is undesireable. This adds a custom cmake flag to effectively disable these by setting the max pool size to zero.

Testing

CI/CD for regression only

Documentation

N/A

@nibanks nibanks requested a review from a team as a code owner September 8, 2024 13:16
Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.97%. Comparing base (e5aa857) to head (77aed51).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4539      +/-   ##
==========================================
- Coverage   86.12%   84.97%   -1.16%     
==========================================
  Files          56       56              
  Lines       15520    15520              
==========================================
- Hits        13367    13188     -179     
- Misses       2153     2332     +179     

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

@nibanks nibanks merged commit 376265a into main Sep 9, 2024
469 of 470 checks passed
@nibanks nibanks deleted the cmake-disable-pool-alloc branch September 9, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants