it'd be nice for somebody to resolve the dmalloc question.
Roger Dingledine

Roger Dingledine commited on 2005-09-30 03:03:21
Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.

... ...
@@ -192,6 +192,9 @@ post</a> for one potential approach. Also see
192 192
 <li>Tor 0.1.1.x includes support for hardware crypto accelerators via
193 193
 OpenSSL. Nobody has ever tested it, though. Does somebody want to get
194 194
 a card and let us know how it goes?</li>
195
+<li>Long ago, we added dmalloc support to Tor, to track leaks. But we
196
+never quite got it working. Is dmalloc unfit for the job? Look at the
197
+--with-dmalloc configure option and go from there.</li>
195 198
 <li>Because Tor servers need to store-and-forward each cell they handle,
196 199
 high-bandwidth Tor servers end up using dozens of megabytes of memory
197 200
 just for buffers. We need better heuristics for when to shrink/expand
198 201