diff options
Diffstat (limited to 'changes/no_malloc_roundup')
-rw-r--r-- | changes/no_malloc_roundup | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/no_malloc_roundup b/changes/no_malloc_roundup deleted file mode 100644 index 3a54fa7b79..0000000000 --- a/changes/no_malloc_roundup +++ /dev/null @@ -1,8 +0,0 @@ - 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 build complexity. |