commit | 5cd4ad6e821a3ab6d5470bbd9bc90521248b2c3b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 10:23:59 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 12 16:35:23 2024 -0600 |
tree | 2a059a2574ff09a0531fa9321536f0dd35384e0b | |
parent | 2d06901a55ac0dffc15f5aaf499b06871e2733b4 [diff] |
malloc: Show amount of used space when memory runs out Show a bit more information when malloc() space is exhausted and debugging is enabled. Signed-off-by: Simon Glass <sjg@chromium.org>