You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/05/21 18:17:18 UTC

[GitHub] [arrow-nanoarrow] paleolimbot commented on issue #200: Possible valgrind issue ?

paleolimbot commented on issue #200:
URL: https://github.com/apache/arrow-nanoarrow/issues/200#issuecomment-1556247653

   I believe those are both thread-local storage allocated by jemalloc, which is Arrow C++'s default allocator on Linux. I forget all the details but I think you can set `ARROW_DEFAULT_MEMORY_POOL=system` ( https://arrow.apache.org/docs/cpp/env_vars.html#envvar-ARROW_DEFAULT_MEMORY_POOL ) or use https://github.com/apache/arrow-nanoarrow/blob/main/valgrind.supp .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org