1987WEB视界-分享互联网热门产品和行业

您现在的位置是:首页 > WEB开发 > 正文

WEB开发

Using Visual Leak Detector

1987web2024-03-25WEB开发158
VisualLeakDetectorforVisualC++2008/2010/2012UsingVisualLeakDetectorThissecti

Visual Leak Detector for Visual C++ 2008/2010/2012Using Visual Leak DetectorThis section briefly des

Last editedOct 29 2011 at 5:18 PMby pramis, version 5

Note: Unlike earlier (pre-1.9) versions of VLD, it is now acceptable to includevld.hin every source file, or to include it in a common header that is included by many or all source files. Only one copy of the VLD code will be loaded into the process, regardless of how many source files includevld.h.Note: When you build release versions of your program, VLD will not be linked into the executable. So it is safe to leavevld.hincluded in your source files when doing release builds. Doing so will not result in any performance degradation or any other undesirable overhead.

声明:本站所有文章,如无特殊说明或标注,均为爬虫抓取以及网友投稿,版权归原作者所有。