• Reset Heap & malloc/free
    Hi there, Is there a way to re-initialize the whole heap region? It should also reset "internal pointer" of the malloc method. I use malloc/free in only one task and I want to start/stop this task...
  • Reset Heap & malloc/free
    Hi there, Is there a way to re-initialize the whole heap region? It should also reset "internal pointer" of the malloc method. I use malloc/free in only one task and I want to start/stop this task...
  • 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 ...
  • 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 ...
  • 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...