Files
tor/changes/remove_memarea_freelist
T
2016-03-21 11:14:57 -04:00

5 lines
221 B
Plaintext

o Removed features:
- 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.