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