diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-17 19:26:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-17 19:26:55 +0000 |
commit | 952a3cb8fbb0d2c6525543faf2f3ad2d7c73cd16 (patch) | |
tree | f9f43d8608c17490388c1b34b62b7075c94afbf4 /ChangeLog | |
parent | 4c1e4821d2f0d3a589840675c23d243e92c73201 (diff) | |
download | tor-952a3cb8fbb0d2c6525543faf2f3ad2d7c73cd16.tar.gz tor-952a3cb8fbb0d2c6525543faf2f3ad2d7c73cd16.zip |
r14240@tombo: nickm | 2008-02-17 14:26:52 -0500
Add a --with-tcmalloc argument to configure.
svn:r13546
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |