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 my malloc and free. Can anyone tell me why? It was no problem when I ran with the HLARGE memory model.