This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

malloc with no heap

Just curious about something I've noticed.

I've been using RTX for a project and forgot to change my heap size to something non-zero. I am using malloc's in my code and seemingly have no problems assigning and freeing memory. It wasn't till I started using over ~1500 bytes that I started seeing problems. I was just curious if anyone knows how it even worked at all with 0 heap?

Mark

0