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


##########
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
+{
+  FAR struct mm_heap_s *heap;
+  unsigned long seqmin;
+  unsigned long seqmax;

Review Comment:
   Thank you @xiaoqizhan, so let's keep it for now, but I suggest fixing it 
later (in another PR) using "uintptr_t" to make it to adapt better for each 
arch case.



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