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 --git a/common/dlmalloc.c b/common/dlmalloc.c
> index f9873393c183..3d6391e60acf 100644
> --- a/common/dlmalloc.c
> +++ b/common/dlmalloc.c
> @@ -1533,6 +1533,9 @@ void mem_malloc_init(ulong start, ulong size)
>         mem_malloc_end = start + size;
>         mem_malloc_brk = start;
>
> +       debug("using memory %#lx-%#lx for malloc()\n", mem_malloc_start,
> +             mem_malloc_end);

Acked-by: Simon Glass <s...@chromium.org>

> +
>         memset((void *)mem_malloc_start, 0, size);
>
>         malloc_bin_reloc();
> --
> 2.0.4
>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to