Closed q2dg closed 9 years ago
1) IDE shows SRAM used by global variables only, MemoryFree returns total SRAM usage(global and local variables). 2) Through dynamic memory allocation(malloc et al) even global variable memory usage can change while the program is running. 3) It is often useful to determine the free memory while the program is running instead of only at compile time. I use this library for detecting memory leaks.
Aaah, ok, I see. Thanks a lot!
So...I don't know if this library has still some reason to exist...hasn't it?