tor/changes/ticket26426
Nick Mathewson 9fa73003fc Remove dmalloc support; closes #26426
Dmalloc hasn't seen a release in over a decade, and there are much
better tools to use these days.
2018-06-20 10:21:34 -04:00

5 lines
193 B
Plaintext

o Removed features:
- Tor no longer supports building with the dmalloc library. For debugging
memory issues, we suggest using gperftools or msan instead.
Closes ticket 26426.