Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWell, I think it does hit the stack. BUT I'm not doing anything with the data, just "allocating" it and then deleting it. It doesn't seem like this should crash the CPU.
I will look into what you suggested though, seems reasonable. I started looking at mallinfo() so far uordblks is somewhat useful as it lets me know how much memory is allocated, but I don't see anyway of determining how much is left? It bothers me that this crashes... shouldn't crash.