xiaoxiang781216 commented on code in PR #15397: URL: https://github.com/apache/nuttx/pull/15397#discussion_r1909251267
########## mm/mm_heap/mm.h: ########## @@ -173,7 +173,12 @@ typedef size_t mmsize_t; struct mm_allocnode_s { - mmsize_t preceding; /* Physical preceding chunk size */ + union + { + mmsize_t preceding; /* Physical preceding chunk size */ + uint8_t align[MM_ALIGN]; Review Comment: @W-M-R please follow my suggestion to unblock your patch. The change for mm_allocnode_s need more dissuss and can't accept with the current shape. -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org