Rename kufree to kumm_free for consistency with other naming

This commit is contained in:
Gregory Nutt
2014-08-31 16:15:11 -06:00
parent 9cd1ddada4
commit 9ad7dae4c1
28 changed files with 49 additions and 45 deletions
+2
View File
@@ -8332,3 +8332,5 @@
* mm/*mm_brkaddr.c, *mm_extend.c, Makefile, and include/nuttx/mm.h: Add
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).