Moderator: eriksl
eriksl wrote:I guess not many people tend to program "real" microprocessors these days, like attiny with 256 bytes RAM
256 bytes of ram the luxury. I recently have been using the ATTINY102 with only 32 bytes of ram.
so there is just 1 malloc in my application
I you do a single malloc, you could just as well replace it by a single static char[] declaration