]> git.ipfire.org Git - thirdparty/tor.git/commit
Remove mempools and buf freelists
authorNick Mathewson <nickm@torproject.org>
Wed, 11 Feb 2015 14:03:50 +0000 (09:03 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 Feb 2015 14:03:50 +0000 (09:03 -0500)
commit6f331645c75e88ec4f6dbabce5a2d3733894dd78
tree71c5a03b004043c2b5c41fa353392be1e913d075
parent0c81dfa848da160b02818771626a425cd27b86bc
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.
changes/remove_mempools [new file with mode: 0644]
configure.ac
src/common/include.am
src/common/mempool.c [deleted file]
src/common/mempool.h [deleted file]
src/or/buffers.c
src/or/buffers.h
src/or/circuitlist.c
src/or/main.c
src/test/test_buffers.c
src/test/test_util.c