You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Jacques Nadeau (Jira)" <ji...@apache.org> on 2019/11/18 04:10:00 UTC

[jira] [Created] (ARROW-7198) [Java] Allow a user to provide an alternative "chunk" allocator

Jacques Nadeau created ARROW-7198:
-------------------------------------

             Summary: [Java] Allow a user to provide an alternative "chunk" allocator
                 Key: ARROW-7198
                 URL: https://issues.apache.org/jira/browse/ARROW-7198
             Project: Apache Arrow
          Issue Type: Task
          Components: Java
            Reporter: Jacques Nadeau
            Assignee: Jacques Nadeau


Right now, the Arrow Java libraries have two options:
- Have accounted memory using the Netty allocator.
- Have unaccounted memory using your own allocator.

I'd like to add a third option where you can use the existing accounting but decide where the chunks of memory come from.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)