You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: