Remove mempools and buf freelists

They have been off-by-default since 0.2.5 and nobody has complained. :)

Also remove the buf_shrink() function, which hasn't done anything
since we first stopped using contiguous memory to store buffers.

Closes ticket 14848.
This commit is contained in:
Nick Mathewson
2015-02-11 09:03:50 -05:00
parent 0c81dfa848
commit 6f331645c7
11 changed files with 9 additions and 1080 deletions
+5
View File
@@ -0,0 +1,5 @@
o Removed features:
- The --enable-mempool and --enable-buf-freelists options, which
were originally created to work around bad malloc implementations,
no longer exist. They were off-by-default in 0.2.5. Closes
ticket 14848.