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

2018-10-09 Thread sjg
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 --- common/malloc_simple.c | 58 +++--- include/malloc.h | 1 + 2 files changed, 38

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

2018-10-01 Thread Simon Glass
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 --- common/malloc_simple.c | 58 +++--- include/malloc.h | 1 + 2 files changed, 38