This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

0