mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user