You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/06/18 02:47:26 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9560: mm: Rename mm_memdump_s to malltask

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


##########
mm/tlsf/mm_tlsf.c:
##########
@@ -450,7 +448,7 @@ static void memdump_handler(FAR void *ptr, size_t size, int used,
 #endif
         }
     }
-  else if (dump->pid <= MM_BACKTRACE_FREE_PID)
+  else if (dump->pid == PID_MM_FREE)

Review Comment:
   Yes, the origin code is wrong



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org