• 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 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
  • heap size
    Is there any easy way to get the heap size after I call init_mempool and have called malloc several times. I want to see how much memory is left. Mark
  • heap size .bss section
    Hello, How is it possible to see if a heap buffer overflow occured? I just took a look into the .map file and the size of the .bss section is 0x00003c28. I've 16kB internal RAM. The size of the...
  • Stack & Heap Initialization (RealView MDK-ARM)
    There are some codes in the "Startup.s" for "User Initial Stack & Heap". And, as per this URL http://www.keil.com/support/man/docs/armlib/armlib_chdegjfd.htm There are another codes for "Sets...