• 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...
  • Free memory on heap
    Hi, Is there a way to find out how much memory is left on the heap in runtime or with other words, how much memory is free to use malloc ? Luc Vercruysse
  • malloc/free is there a way ....
    malloc/free is there a way to see if all match? I am exposed to this project where malloc is liberally spread all over the place and wonder if memory get freed up in all cases. I would hate to see...
  • Memory Pool (malloc/free) Free Space?
    Quite simply, how can I tell how much free memory I have in a memory pool? I've created a memory pool, initialized it with init_mempool and use malloc & free finctions for memory management. Is...
  • Free heap size in ARM MDK C++ code
    I use C++ with dynamic memory allocation on the heap. How can I get the information, how much memory I use from the heap and/or how I can get the free heap size on runtime ? Best regards ...