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

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

[avr-libc-dev] malloc() explained


From: Joerg Wunsch
Subject: [avr-libc-dev] malloc() explained
Date: Sat, 26 Oct 2002 00:00:30 +0200
User-agent: Mutt/1.2.5i

Since i just stumpled across an application not working anymore with
external RAM by just adding -Wl,-Tdata=0x801100, and found out that
__heap_end needs to be adjusted as well when using malloc(), i decided
it's time to write something up about malloc(), it's implementation
details, and the special issues for dynamic memory in a microcontroller
environment.

Please review.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

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