pitrou commented on issue #42138: URL: https://github.com/apache/arrow/issues/42138#issuecomment-2166010989
> Doing this on the application side is indeed not desirable due to not being able to check completeness of all allocations for static variables and maintainability. What do you mean with "check completeness" exactly? > Is it possible/common practice to provide your own subclass of MemoryPool to pass to the API methods (assuming its passed on)? Not very common, but metadata allocations (such as data types) go directly to the standard C++ allocator anyway. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
