[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] how to determine memory useage from global variables
From: |
Parthasaradhi Nayani |
Subject: |
Re: [avr-gcc-list] how to determine memory useage from global variables |
Date: |
Sat, 21 May 2005 20:12:45 -0700 (PDT) |
Hello,
Please see the make output. The "data" and "BSS"
values indicate the total amount of memory used up by
your application. However this does not include the
dynamic stack usage.
Nayani
--- Reza Naima <address@hidden> wrote:
> My code is starting to act odd (rebooting), and I'm
> wondering if I ran
> out of memory. Is there some way to determine how
> much memory is being
> used by global variables, what other large uses of
> memory are, and
> strategies to help reduce memory usage?
>
> Thanks,
> Reza
>
>
>
> _______________________________________________
> AVR-GCC-list mailing list
> address@hidden
>
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
>
__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [avr-gcc-list] how to determine memory useage from global variables,
Parthasaradhi Nayani <=