malloc: Show amount of used space when memory runs out
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 17:23:59 +0000 (10:23 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 12 Dec 2024 22:35:23 +0000 (16:35 -0600)
commit3f1167fd0008fdc859318ced2c0140866d564a4a
tree2a059a2574ff09a0531fa9321536f0dd35384e0b
parenta03793a3c7ae5eb83eab29f6d701926f8eb07d1e
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