XuNeo opened a new pull request, #11183: URL: https://github.com/apache/nuttx/pull/11183
## Summary This configuration allows delaying the freeing of memory until the count of delayed memory nodes surpasses a specified limit. When used in conjunction with KASAN (Kernel Address Sanitizer), this enhances the ability to detect memory used-after-free issues. ## Impact No. Enabling this feature may lead to increased memory fragmentation. Therefore, it is crucial to select a practical value for `CONFIG_MM_FREE_DELAYCOUNT_MAX`. ## Testing CI and internal project running monkey test with `CONFIG_MM_FREE_DELAYCOUNT_MAX` configured to 10000. -- 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