adamkennedy commented on code in PR #38016:
URL: https://github.com/apache/arrow/pull/38016#discussion_r1391787426
##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/DefaultAllocationManagerOption.java:
##########
@@ -55,6 +59,11 @@ public enum AllocationManagerType {
*/
Unsafe,
+ /**
+ * (Experimental) FFM based allocation manager.
+ */
+ FFM,
Review Comment:
Similarly, just use Foreign everywhere?
--
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]