[U-Boot] [PATCH 29/45] malloc_simple: Add logging of allocations

sjg at google.com sjg at google.com
Tue Oct 9 23:55:03 UTC 2018


It is sometimes useful to see what memory is being allocated early during
boot. Add logging to support this, using a new LOGC_ALLOC category.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 common/malloc_simple.c | 58 +++++++++++++++++++++++++++---------------
 include/malloc.h       |  1 +
 2 files changed, 38 insertions(+), 21 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list