summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-08-08 00:11:49 +0200
committerBruno Haible <bruno@clisp.org>2021-08-08 00:11:49 +0200
commit54c36a38b1b30055133d46a8fe2f69a73f8284c4 (patch)
tree26e1d26e8f146c4b144c5f05e5d8f258e45d0ea7 /ChangeLog
parent2d2ab37b554c567e26f3396affe67d73ebf1f38b (diff)
downloadgnulib-54c36a38b1b30055133d46a8fe2f69a73f8284c4.tar.gz
ialloc: Prepare for allocation-deallocation checking.
* lib/ialloc.h (imalloc, irealloc, icalloc): Add comment that deallocation must happen through 'free'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be558220e8..0355389b85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2021-08-07 Bruno Haible <bruno@clisp.org>
+ ialloc: Prepare for allocation-deallocation checking.
+ * lib/ialloc.h (imalloc, irealloc, icalloc): Add comment that
+ deallocation must happen through 'free'.
+
+2021-08-07 Bruno Haible <bruno@clisp.org>
+
aligned-malloc: Prepare for allocation-deallocation checking.
* lib/aligned-malloc.h (aligned_free): Move declaration up.
(aligned_malloc): Add comment that deallocation must happen through