tor/changes/remove_memarea_freelist

5 lines
217 B
Plaintext
Raw Normal View History

o Removed code:
- We no longer maintain an internal freelist in memarea.c. Allocators
should be good enough to make this code unnecessary, and it's doubtful
that it ever had any performance benefit.