]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
malloc: Output region when debugging
authorThierry Reding <treding@nvidia.com>
Tue, 26 Aug 2014 15:34:22 +0000 (17:34 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 12 Nov 2014 06:25:42 +0000 (07:25 +0100)
commit868de51ddee75d65f3ca4235f97900410f424def
tree37a8b76db43b6c4f5172d126c803717f166195cb
parent25026fa9f16dd5f9182b47f76ce5043cb35da3f4
malloc: Output region when debugging

When DEBUG is set, output memory region used for malloc().

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/dlmalloc.c