You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/24 14:41:50 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5585: mm: Add memory dump function when enable CONFIG_DEBUG_MM

xiaoxiang781216 commented on a change in pull request #5585:
URL: https://github.com/apache/incubator-nuttx/pull/5585#discussion_r813945987



##########
File path: fs/procfs/fs_procfsmeminfo.c
##########
@@ -382,6 +391,88 @@ static ssize_t meminfo_read(FAR struct file *filep, FAR char *buffer,
   return totalsize;
 }
 
+/****************************************************************************
+ * Name: memdump_read

Review comment:
       ping @acassis do you think it's acceptable to follow the old style?




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