xiaoxiang781216 commented on code in PR #15484: URL: https://github.com/apache/nuttx/pull/15484#discussion_r1948039563
########## 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 Review Comment: depends on KASAN? only the additional guard bytes is only needed when kasan is enabled ########## 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" Review Comment: why not change to int like https://github.com/apache/nuttx/blob/master/net/Kconfig#L127-L147? -- 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