yf13 opened a new pull request, #12817: URL: https://github.com/apache/nuttx/pull/12817
## Summary Currently on PROTECTED targets, used Umem aren't timely reclaimed. For example, the `used` number for `Umem` before and after running `hello` app are different, feeling like a leakage. This triggers a `free_delaylist()` operation upon `free` command so that the information shown matches real situation and `used` number for `Umem` is the same before and after running `hello` app. ## Impacts `used` number for `Umem` in output of `free` command for PROTECTED targets. ## Testing - local checks with PROTECTED targets - CI checking -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
