-
Notifications
You must be signed in to change notification settings - Fork 35
Remove the disable provider free parameter of jemalloc pool #911
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
Remove the disable provider free parameter of jemalloc pool #911
Conversation
272bee1
to
7fb605d
Compare
b38cc45
to
2f1aa28
Compare
2f1aa28
to
3d4093a
Compare
Remove the disable_provider_free parameter of jemalloc pool and all umfJemallocPoolParams*() API. Fixes: oneapi-src#904 Signed-off-by: Lukasz Dorau <[email protected]>
3d4093a
to
4394ed7
Compare
@bratpiorka @vinser52 please re-review. |
I like the line add/remove statistics in this PR: +4 −287 :D |
Since it is an API change, let's include it in |
@lukaszstolarczuk @bratpiorka 0.10 ? |
Ok, after the discussion with @bratpiorka we agreed not to merge it in 0.10. The reason is that this PR depends on coarse provider changes and would require a lot of related changes to be merged into the 0.10. And we would like to avoid that. jemalloc is not used by oneAPI anyway. |
Description
Remove the disable_provider_free parameter of jemalloc pool.
Replace it with the Coarse provider in the example.
Fixes: #904
Requires:
Checklist