hartmannathan commented on code in PR #7457:
URL: https://github.com/apache/incubator-nuttx/pull/7457#discussion_r1008005942
##########
sched/Kconfig:
##########
@@ -595,6 +595,12 @@ config SCHED_WAITPID
compliant) and will enable the waitid() and wait() interfaces as
well.
+config SCHED_DUMP_LEAK
+ bool "Enable catch task memory leak"
+ default n
+ ---help---
+ Catch memory leaks when the task exits.
Review Comment:
Improve the description? Suggestion:
```suggestion
When this option is enabled, the task's outstanding memory
allocations
are printed using syslog. This helps catch any memory allocated
by the
task that remains unreleased when the task exits.
```
--
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]