I have a MS-Visual Studio 2005 workspace having all c code. This application(exe) allocates memory dynamically from heap using malloc and realloc. I want to calculate the maximu
I would recommend the following:
malloc/realloc
calls with calls you your OWN function that would perform the analysis.malloc/realloc
.