diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-13 18:11:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-13 18:11:33 +0000 |
commit | 0c6fc51909e53bb89558858438a0267fcc44fea1 (patch) | |
tree | 40cf9625d20fd08ac5d752aeb11472afe1404994 /ChangeLog | |
parent | 56580ae84e69bc4d1ce36012aa1003eb5303d6f9 (diff) | |
download | tor-0c6fc51909e53bb89558858438a0267fcc44fea1.tar.gz tor-0c6fc51909e53bb89558858438a0267fcc44fea1.zip |
r18793@catbus: nickm | 2008-03-13 14:09:19 -0400
Add a malloc_good_size() implementation to OpenBSD_malloc_Linux.c. Also, make configure.in not use support functions for the platform malloc when we are not using the platform mallocs.
svn:r14010
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,12 +22,16 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? Fixes bug 625. Bugfix on 0.2.0.x. - Logging functions now check that the passed severity is sane. - Use proper log levels in the testsuite call of get_interface_address6(). + - When using a nonstandard malloc, do not use the platform values for + HAVE_MALLOC_GOOD_SIZE or HAVE_MALLOC_USABLE_SIZE. o Minor features: - Allow separate log levels to be configured for different logging domains. For example, this allows one to log all notices, warnings, or errors, plus all memory management messages of level debug or higher, with: Log [MM] debug-err [*] notice-err file /var/log/tor. + - Add a malloc_good_size implementation to OpenBSD_malloc_linux.c, + to avoid unused RAM in buffer chunks and memory pools. Changes in version 0.2.0.21-rc - 2008-03-02 |