• 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
    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...
  • 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 model vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...