• 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...
  • 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
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
  • how to call malloc() or free() in interrupt function
    my problem is how to use malloc or free function in interrupt function,because the function like malloc() or free() is non_reentrant.But i have to do it in interrupt function to save memory. what shall...
  • C166 V.5 XLARGE malloc and free
    If I include malloc.c, free.c and init_mem.c from Keil/C166/Lib directory into my project it will not link. I get the following linker errors: *** WARNING L7: MODULE NAME NOT UNIQUE MODULE: C:\KEIL...