• 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...
  • 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...
  • 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...
  • 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