summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index dd17c8929..a00683ca9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8333,7 +8333,9 @@
low-level memory management hooks that will be needed to support brk()
and sbrk() (2014-8-31).
* Rename krealloc(0 to kmm_realloc() and kmemalign to kmm_memalign() for
- consistency with the rest of the naming conventions (2014-8-31).
+ consistency with the rest of the naming (2014-8-31).
* Rename kurealloc(0 to kumm_realloc(), kumemalign to kumm_memalign(),
and kufree to kumm_free for consistency with the rest of the naming
- conventions (2014-8-31).
+ (2014-8-31).
+ * Rename kumalloc(0 to kumm_malloc() and kuzalloc to kumm_zalloc() for
+ consistency with the rest of the naming (2014-8-31).