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

Add a --with-malloc option. #225

Closed
wants to merge 2 commits into from
Closed

Conversation

Labels
None yet
Projects
None yet
2 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Jul 11, 2018

Based on a patch from Hello71 on ticket 20424.

This patch additionally fixes openbsd-malloc support, switches
our tcmalloc support to use pkgconfig, and tells the compiler to
omit system malloc implementations as appropriate.

nmathewson added 2 commits Jul 11, 2018
Based on a patch from Hello71 on ticket 20424.

This patch additionally fixes openbsd-malloc support, switches
our tcmalloc support to use pkgconfig, and tells the compiler to
omit system malloc implementations as appropriate.
Edit changelog file to fix a typo and credit Alex Xu in preferred format.
@coveralls
Copy link

@coveralls coveralls commented Jul 11, 2018

Coverage Status

Coverage decreased (-0.02%) to 59.478% when pulling 3b24b90 on nmathewson:with_malloc into 537092c on torproject:master.

@nmathewson
Copy link
Contributor Author

@nmathewson nmathewson commented Sep 30, 2018

Squashed and merged as part of #20424

@nmathewson nmathewson closed this Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment