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

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

[avr-libc-dev] [bug #19445] _malloc_heap_end does not follow _heap_end o


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #19445] _malloc_heap_end does not follow _heap_end on m2561
Date: Thu, 29 Mar 2007 18:41:04 +0000
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070224 Galeon/2.0.3

Update of bug #19445 (project avr-libc):

                Category:                    None => Documentation          
              Item Group:                 Unknown => Documentation          

    _______________________________________________________

Follow-up Comment #1:

As Dave Hylands already wrote on avr-libc-dev, __malloc_heap_end
is a variable that points to __heap_end, so you are only ever
supposed to handle __heap_end.  The __malloc_* variables are
what malloc() uses internally to keep track of the allocations
and boundaries.

This is basically also the way the documentation tells you,
but in retrospect, I agree the picture is a little misleading
here, and could express that clearer.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19445>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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