xiaoxiang781216 commented on code in PR #17538:
URL: https://github.com/apache/nuttx/pull/17538#discussion_r2626890348


##########
mm/tlsf/mm_tlsf.c:
##########
@@ -299,7 +315,7 @@ static void memdump_backtrace(FAR struct mm_heap_s *heap,
 #  endif
 
   buf->pid = _SCHED_GETTID();
-  buf->seqno = g_mm_seqno++;
+  MM_INCSEQNO(buf)

Review Comment:
   ```suggestion
     MM_INCSEQNO(buf);
   ```



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