malloc: Show amount of used space when memory runs out
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:28:54 +0000 (11:28 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commitc44c83f1fbddf47c81ff4e686f450b7e050dad01
tree488b4dffd434d09ac70979b27d190243b757f4ed
parent4702647528710a82d71ee9fd4d24273aefdda2a0
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>
common/malloc_simple.c