programming language: C platform: ARM Compiler: ADS 1.2
I need to keep track of simple melloc/free calls in my project. I just need to get very basic id
melloc/free
Your program may also need to intercept realloc(), calloc(), getcwd() (as it may allocate memory when buffer is NULL in some implementations) and maybe strdup() or a similar function, if it is supported by your compiler