pussuw commented on a change in pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753#discussion_r827721932
##########
File path: include/nuttx/kmalloc.h
##########
@@ -136,9 +141,10 @@ void group_free(FAR struct task_group_s *group, FAR void
*mem);
* in privileges.
*/
-# define group_malloc(g,n) kumm_malloc(n)
-# define group_zalloc(g,n) kumm_zalloc(n)
-# define group_free(g,m) kumm_free(m)
+# define group_malloc(g,n) kumm_malloc(n)
+# define group_realloc(g, p, s) kumm_realloc(p, s)
Review comment:
Yes, nice catch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]