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

Only support one instance of Ralloc in an application #15

Open
qtcwt opened this issue Nov 4, 2020 · 0 comments
Open

Only support one instance of Ralloc in an application #15

qtcwt opened this issue Nov 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@qtcwt
Copy link
Member

qtcwt commented Nov 4, 2020

Historically, Ralloc keeps regular parameter list of malloc and free for both C and C++. However, this makes it hard to support more than one instance of Ralloc in a single application. The support might be useful for persistent applications since they may have multiple independent persistent heaps for different usage (e.g., for different data structures and different back-end such as Montage).

As a result, in the short future, we want to support multiple instances of Ralloc while keeping the legacy interface as is.

@qtcwt qtcwt added the enhancement New feature or request label Nov 4, 2020
@qtcwt qtcwt self-assigned this Nov 4, 2020
@qtcwt qtcwt added this to the 2.0 milestone Nov 4, 2020
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