• C166 V.5 XLARGE malloc and free
    In my project I have to modify malloc and free. So I copy the xfree.c and xmalloc.c source files and insert my changes. But when I run the program in my emulator I can see that the program do not call...
  • C166 V.5 XLARGE malloc and free
    In my project I have to modify malloc and free. So I copy the xfree.c and xmalloc.c source files and insert my changes. But when I run the program in my emulator I can see that the program do not call...
  • 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...
  • XLARGE memory model & generale performance
    Hello community, Using C166 / ST10 with last version of IDE (µVision V4.00a / C166 V7.00 / L166 V5.25) We need between 100 & 200Kb data (composed of many structures / array), so we set XLARGE memory...