You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Andy Grove (JIRA)" <ji...@apache.org> on 2018/04/20 02:58:00 UTC

[jira] [Created] (ARROW-2481) [Rust] Move calls to fee() into memory.rs

Andy Grove created ARROW-2481:
---------------------------------

             Summary: [Rust] Move calls to fee() into memory.rs
                 Key: ARROW-2481
                 URL: https://issues.apache.org/jira/browse/ARROW-2481
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 0.10.0


We had calls to free memory in a few places, with duplication of effort for Windows support. This PR simply creates a free_aligned() method in memory.rs so we have all memory alloc/free and Windows references in a single file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)