wangchdo commented on code in PR #18468:
URL: https://github.com/apache/nuttx/pull/18468#discussion_r2878697253


##########
mm/mm_heap/mm_memdump.c:
##########
@@ -223,6 +223,29 @@ static void memdump_handler(FAR struct mm_allocnode_s 
*node, FAR void *arg)
     }
 }
 
+#if CONFIG_MM_BACKTRACE >= 0
+struct memdump_tcb_arg_s

Review Comment:
   Please put the type definition in section:
   
   /****************************************************************************
    * Private Types
    
****************************************************************************/



-- 
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]

Reply via email to