Heap Agents
-
Can anyone suggest me some links or ideas abt overriding C Runtimes heap manager and making it to call another heap agent/manager. something to do like what purify does Ganesh Ramaswamy
-
Can anyone suggest me some links or ideas abt overriding C Runtimes heap manager and making it to call another heap agent/manager. something to do like what purify does Ganesh Ramaswamy
-
Better performance with multiple threaded applications if they use dynamically allocated memory excessively, of course. <EDIT> It also allows you to make your own memory "sniffing" routines, for more help in finding memory over/under-runs and deallocation problems. </EDIT> Peace! -=- James. "Fat people are hard to kidnap." (Try Check Favorites Sometime!)
-
Can anyone suggest me some links or ideas abt overriding C Runtimes heap manager and making it to call another heap agent/manager. something to do like what purify does Ganesh Ramaswamy
Take a look at the
MpHeap
sample available in the MSDN library/documentation. It might give you a head start. Peace! -=- James. "Fat people are hard to kidnap." (Try Check Favorites Sometime!)