recently we observed that our application server memory is increasing with some client API, in the end it leads to crash.
so we tried using boundschecker and it shows NO memory leak and leads to crash as memory is increasing ( private bytes are increasing ). verified in Process Explore of MS(sysinternals).
so is there any way to get how memory is allocated in sequence (function calls), or handle allocated in sequence. so we can get memory is increasing at this position.
we wants to capture all function calls from all threads. also we can't chnage too much code as it is thousnads lines of code.