How can I speed up the ALlocation Profiler for native VC++ apps?
Today, I (sucessfully) tried to use AQTime's Allocation Profiler to find some memory leaks in my VC++/MFC Application. The memory leaks were already highlighted by the leak detection built into...