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)