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 an example of the DevDax memory provider with the jemalloc pool and the disable_provider_free parameter set to true #707

Open
ldorau opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ldorau
Copy link
Contributor

ldorau commented Sep 4, 2024

Add an example of the DevDax memory provider with the jemalloc pool and the disable_provider_free parameter set to true.

Rationale

The DevDax memory provider does not support the free operation
(umfMemoryProviderFree() always returns UMF_RESULT_ERROR_NOT_SUPPORTED),
so it should be used with a pool manager that will take over
the managing of the provided memory - for example the jemalloc pool
with the disable_provider_free parameter set to true.

Ref: #671 (comment)

Description

Add an example of the DevDax memory provider with the jemalloc pool and the disable_provider_free parameter set to true.

@ldorau ldorau added the enhancement New feature or request label Sep 4, 2024
@ldorau ldorau mentioned this issue Sep 4, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant