pitrou opened a new pull request #12330: URL: https://github.com/apache/arrow/pull/12330
Debug memory checks can be enabled by setting the environment variable ARROW_DEBUG_MEMORY_POOL to one of the recognized values "abort", "trap" or "warn" (regardless of whether Arrow was compiled in debug or release mode). The only implemented check adds a suffix past the allocation and checks that it isn't clobbered on deallocation. Adding a prefix would be more expensive because of alignment constraints. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org