diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-30 17:51:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-30 17:51:14 +0000 |
commit | 9fb77a6479a079aeb5698272c68bd50acdffe401 (patch) | |
tree | 06a7d42584a22bc4db4fa00bdc69a1183467a4db /src | |
parent | 9260a824ef1218cfbb9c4dfae3b2c5c241251fc7 (diff) | |
download | tor-9fb77a6479a079aeb5698272c68bd50acdffe401.tar tor-9fb77a6479a079aeb5698272c68bd50acdffe401.tar.gz |
Disable SENTINELS in buffers: it may be responsible for making platform mallocs() be inefficient, and we havent needed it in a long long time.
svn:r10994
Diffstat (limited to 'src')
-rw-r--r-- | src/or/buffers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 30f98bd58..3904b091e 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -15,7 +15,7 @@ const char buffers_c_id[] = #include "or.h" -#define SENTINELS +#undef SENTINELS #undef CHECK_AFTER_RESIZE #undef PARANOIA #undef NOINLINE |