r14240@tombo: nickm | 2008-02-17 14:26:52 -0500

Add a --with-tcmalloc argument to configure.


svn:r13546
This commit is contained in:
Nick Mathewson
2008-02-17 19:26:55 +00:00
parent 4c1e4821d2
commit 952a3cb8fb
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ Changes in version 0.2.0.20-?? - 2008-02-??
replacement on Linux: some glibc libraries do very poorly
with Tor's memory allocation patterns. Pass
--enable-openbsd-malloc to get the replacement malloc code.
- Add a --with-tcmalloc option to the configure script to link
against tcmalloc (if present). Does not yet search for
non-system include paths.
o Minor features (controller):
- Add a new __HashedControlSessionPassword option for controllers