westonpace commented on a change in pull request #10186:
URL: https://github.com/apache/arrow/pull/10186#discussion_r624106186
##########
File path: cpp/src/arrow/memory_pool.cc
##########
@@ -253,6 +253,8 @@ class SystemAllocator {
#endif
}
}
+
+ static void ReleaseUnused() {}
Review comment:
I added a `malloc_trim` call. My manual exploration confirmed this
triggers a number of `madvise(...MADV_DONTNEED)` calls.
--
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]