mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
oops: changes file for f45cde05f9
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
o Code simplification and refactoring:
|
||||
- Finally remove support for malloc_good_size and malloc_usable_size.
|
||||
We had hoped that these functions would let us eke a little more
|
||||
memory out of our malloc implementation. Unfortunately, the only
|
||||
implementations that provided these functions are also ones that
|
||||
are already efficient about not overallocation: they never got us
|
||||
more than 7 or so bytes per allocation. Removing them saves us
|
||||
a little code complexity and a nontrivial amount of code complexity.
|
||||
Reference in New Issue
Block a user