Skip to content

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

@ldorau

Description

@ldorau

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions