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

Memory Allocation Function per Document #437

Open
J-Richter opened this issue Aug 23, 2021 · 0 comments
Open

Memory Allocation Function per Document #437

J-Richter opened this issue Aug 23, 2021 · 0 comments

Comments

@J-Richter
Copy link

Currently memory allocation functions can only be set globally with set_memory_management_functions.
We use it to allocate separate mmap regions to a very large xml document. But this does not scale with more than one document. It is not easy to have separate memory allocators per document.
This is the enhancement request to have document specific memory allocation/deallocation functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants