Re: [U-Boot] [PATCH v2 34/40] malloc: Output region when debugging

2014-11-08 Thread Albert ARIBAUD
Hello Thierry, On Tue, 26 Aug 2014 17:34:22 +0200, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com When DEBUG is set, output memory region used for malloc(). Signed-off-by: Thierry Reding tred...@nvidia.com --- common/dlmalloc.c | 3 +++ 1 file

Re: [U-Boot] [PATCH v2 34/40] malloc: Output region when debugging

2014-08-27 Thread Simon Glass
On 26 August 2014 09:34, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com When DEBUG is set, output memory region used for malloc(). Signed-off-by: Thierry Reding tred...@nvidia.com --- common/dlmalloc.c | 3 +++ 1 file changed, 3 insertions(+) diff

[U-Boot] [PATCH v2 34/40] malloc: Output region when debugging

2014-08-26 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com When DEBUG is set, output memory region used for malloc(). Signed-off-by: Thierry Reding tred...@nvidia.com --- common/dlmalloc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/dlmalloc.c b/common/dlmalloc.c index f9873393c183..3d6391e60acf