mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Rename kufree to kumm_free for consistency with other naming
This commit is contained in:
+2
-2
@@ -78,8 +78,8 @@
|
||||
|
||||
# define lib_umalloc(s) kumalloc(s)
|
||||
# define lib_uzalloc(s) kuzalloc(s)
|
||||
# define lib_urealloc(p,s) umm_realloc(p,s)
|
||||
# define lib_ufree(p) kufree(p)
|
||||
# define lib_urealloc(p,s) kumm_realloc(p,s)
|
||||
# define lib_ufree(p) kumm_free(p)
|
||||
|
||||
#else
|
||||
# include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user