Explorar o código

oops: changes file for f45cde05f934ee95e0002ff7d72f7006ce156a4c

Nick Mathewson %!s(int64=13) %!d(string=hai) anos
pai
achega
182f463be9
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      changes/no_malloc_roundup

+ 8 - 0
changes/no_malloc_roundup

@@ -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.