diff options
-rw-r--r-- | changes/no_malloc_roundup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/no_malloc_roundup b/changes/no_malloc_roundup index e7b4c8d19..3a54fa7b7 100644 --- a/changes/no_malloc_roundup +++ b/changes/no_malloc_roundup @@ -5,4 +5,4 @@ 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. + a little code complexity and a nontrivial amount of build complexity. |