Remove the freelist from memarea.c
commit73c433a48a15808c87fafbbfe43da60cc4ab7b0e
authorNick Mathewson <nickm@torproject.org>
Wed, 24 Feb 2016 19:32:09 +0000 (24 14:32 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 24 Feb 2016 19:32:09 +0000 (24 14:32 -0500)
tree3fe49b5ac46d7a2c9a6319694775ca3e85bcbdcc
parent1318c1611fed301f44d69a2d6e4f012efd94c9cc
Remove the freelist from memarea.c

This is in accordance with our usual policy against freelists,
now that working allocators are everywhere.

It should also make memarea.c's coverage higher.

I also doubt that this code ever helped performance.
changes/remove_memarea_freelist [new file with mode: 0644]
src/common/memarea.c
src/common/memarea.h
src/common/timing.c [new file with mode: 0644]
src/or/main.c
src/test/test_dir.c
src/test/test_options.c