XuNeo opened a new pull request, #15744: URL: https://github.com/apache/nuttx/pull/15744
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Similar to nsh command `free`. ``` (gdb) free name total used free maxused maxfree nused nfree GImageCache 10485756 10411964 73792 10602184 62328 217 7 uncache 10485756 127812 10357944 270512 10350560 4 2 Umem 26879516 17458732 9420784 20957888 9260768 1211 234 (gdb) ``` ## Impact New feature. ## Testing Tested locally with a coredump. -- 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