You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/04/21 13:12:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe L. Korn resolved ARROW-2481.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 1919
[https://github.com/apache/arrow/pull/1919]

> [Rust] Move calls to free() 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
>            Priority: Major
>              Labels: pull-request-available
>             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)