I used VLD lately. It works fine and help me a lot. Thanks. However, after upgrade to 2.5 minutes ago. My projcect becomes insanely slow for a debug startup. I even though it was dead. Any chance I can configure it faster or Something?
Comments: Unless you are looking for leaks in the application startup code, you can start your application/DLL with VLD disabled (see the StartDisabled option in the ini file). You can then turn it on/off by calling VLDEnable() / VLDDisable(). This greatly decreases VLD's memory footprint for big applications with a lot of startup logic.
Comments: Unless you are looking for leaks in the application startup code, you can start your application/DLL with VLD disabled (see the StartDisabled option in the ini file). You can then turn it on/off by calling VLDEnable() / VLDDisable(). This greatly decreases VLD's memory footprint for big applications with a lot of startup logic.