avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Re: [bug #19445] _malloc_heap_end does not follow _heap_e


From: Joerg Wunsch
Subject: [avr-libc-dev] Re: [bug #19445] _malloc_heap_end does not follow _heap_end on m2561
Date: Thu, 29 Mar 2007 21:19:33 +0200
User-agent: Mutt/1.5.11

As Steve Franks wrote:

> Probably if the pictures had
> 
>      *__malloc_heap_end == __heap_end
> 
> instead of
> 
>      __malloc_heap_end == __heap_end
> 
> that would do the trick. At least in my mind.

It has a point, but it's not very exact either: it suggests
__malloc_heap_end were a pointer which it isn't.

I thought about writing (__malloc_heap_end) == __heap_end, but
I'm not sure whether this is clear to everyone.

*&_malloc_heap_end == __heap_end looks just like gibberish. ;-)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]