avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] measuring stack/heap usage


From: Tobias Schneider
Subject: Re: [avr-chat] measuring stack/heap usage
Date: Sun, 14 Mar 2010 23:36:33 +0100

On Sun, 2010-03-14 at 23:29 +0100, Daniel Otte wrote:
> So in turn the question appears "how far does the heap go?"

Well, do you use the heap at all? I would think twice before
implementing a library which uses the heap.

I don't think that any avr-libc library functions use the heap.

So if you don't use any malloc's in your code your heap will always be 0
bytes big.

Greetings,
Tobias

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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