jorgecarleitao commented on pull request #8401: URL: https://github.com/apache/arrow/pull/8401#issuecomment-712601468
Some changes since last time: 1. added a small tool to verify memory allocations and verified no leaks 2. added the test that @pitrou suggested to verify that we call the c++'s release. The tool counts all memory allocations and deallocations, like in C++. It is used as a test at the end of all tests, as a final validation that the test suite does not leak. I've placed it behind a feature gate as it current only works in single-threaded programs. Suggestions are welcomed to improve it further. I think that this is now ready to review. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
