Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add crate feature to support jemalloc's --without-export #155

Open
itamarst opened this issue Jul 17, 2020 · 0 comments
Open

Comments

@itamarst
Copy link

Use case: I am LD_PRELOADing a library that is (partially) written in Rust, and will likely be using jemalloc for that code.

The more symbols are public, the more chances of things going wrong. As such, I would like to not have any of the _rjem_* symbols public, but just used internally by the rust code. I believe this is what --without-export does.

(I can probably workaround this with ld version scripts or something, but since jemalloc already has this option...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant