hartmannathan commented on code in PR #15484: URL: https://github.com/apache/nuttx/pull/15484#discussion_r1928894563
########## mm/Kconfig: ########## @@ -69,6 +69,14 @@ config MM_DEFAULT_ALIGNMENT memory default alignment is equal to sizoef(uintptr), if this value is not 0, this value must be 2^n and at least sizeof(uintptr). +config MM_NODE_PENDING + bool "Enable pending memory node" + default n + ---help--- + Pending memory block node precding and the entire struct, Review Comment: ```suggestion Pending memory block node preceding and the entire struct, ``` -- 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