You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/01/03 16:35:00 UTC

[jira] [Commented] (ARROW-1298) C++: Add prefix to jemalloc functions to guard against issues when using multiple allocators in the same process

    [ https://issues.apache.org/jira/browse/ARROW-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309898#comment-16309898 ] 

Wes McKinney commented on ARROW-1298:
-------------------------------------

What is the status of this after the recent jemalloc work?

> C++: Add prefix to jemalloc functions to guard against issues when using multiple allocators in the same process
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-1298
>                 URL: https://issues.apache.org/jira/browse/ARROW-1298
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Jeff Knupp
>            Assignee: Jeff Knupp
>             Fix For: 0.9.0
>
>
> Based on research done for ARROW-1282, when using jemalloc along with other allocators, it is recommended to build jemalloc with a prefix to be used on all calls (so as not to confuse those calls with that of other allocators). See https://github.com/jemalloc/jemalloc/wiki/Getting-Started for more info. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)