当前位置:网站首页>Installation and use of memory leak tool VLD
Installation and use of memory leak tool VLD
2022-07-03 02:50:00 【Black Whirlwind big Li Kui】
1. initial VLD
VLD:Visual Leak Detector, Visual leak detection .
2. install VLD( Apply to vs2010~vs2015)
For other versions, please refer to other articles for manual configuration .
Software download address :https://kinddragon.github.io/vld/
VLD Installation steps :
Double-click the downloaded .exe file 






Go through the above steps VLD It's installed .
VLD Files in the installation directory :
test VLD Whether it can be used :
The software I use is vs2015
Build a new one C++ engineering 






Test code :
#include <iostream>
#include <vld.h>
using namespace std;
void main()
{
int *p = new int;// No release after applying for space , There must be a memory leak
}


The console displays the results :
Description yes 4 Byte memory leak , It happens to be a int type .
边栏推荐
- sql server数据库添加 mdf数据库文件,遇到的报错
- Deep Reinforcement Learning for Intelligent Transportation Systems: A Survey 论文阅读笔记
- Introduction to cron expression
- Gbase 8C trigger (II)
- 搭建私有云盘 cloudreve
- The left value and the right finger explain better
- Unity3d human skin real time rendering real simulated human skin real time rendering "suggestions collection"
- "Analysis of 43 cases of MATLAB neural network": Chapter 43 efficient programming skills of neural network -- Discussion Based on the characteristics of the new version of MATLAB r2012b
- 为什么会选择框架?选择什么样的框架
- 【富瀚6630编码存录像,用rtsp服务器及时间戳同步实现vlc观看录像】
猜你喜欢

基于can总线的A2L文件解析(2)
![[shutter] bottom navigation bar page frame (bottomnavigationbar bottom navigation bar | pageview sliding page | bottom navigation and sliding page associated operation)](/img/6e/67bc187a89fb9125856c78c89f7bfb.gif)
[shutter] bottom navigation bar page frame (bottomnavigationbar bottom navigation bar | pageview sliding page | bottom navigation and sliding page associated operation)

SqlServer行转列PIVOT

【翻译】后台项目加入了CNCF孵化器

Pytest (6) -fixture (Firmware)

Principle and application of database

迅雷chrome扩展插件造成服务器返回的数据js解析页面数据异常

I2C 子系统(三):I2C Driver

Three.js本地环境搭建

Build a private cloud disk cloudrev
随机推荐
Counter统计数量后,如何返回有序的key
MATLAB小技巧(24)RBF,GRNN,PNN-神经网络
【Flutter】shared_ Preferences local storage (introduction | install the shared_preferences plug-in | use the shared_preferences process)
I2C 子系统(四):I2C debug
[shutter] bottom navigation bar page frame (bottomnavigationbar bottom navigation bar | pageview sliding page | bottom navigation and sliding page associated operation)
Joking about Domain Driven Design (III) -- Dilemma
Principle and application of database
基于can总线的A2L文件解析(2)
2022-2028 global splicing display industry research and trend analysis report
从C到Capable-----利用指针作为函数参数求字符串是否为回文字符
超好用的日志库 logzero
Kubernetes cluster log and efk architecture log scheme
[fluent] listview list (map method description of list set | vertical list | horizontal list | code example)
HW-初始准备
Add some hard dishes to the interview: how to improve throughput and timeliness in delayed task scenarios!
Deep reinforcement learning for intelligent transportation systems: a survey paper reading notes
where 1=1 是什么意思
Thunderbolt Chrome extension caused the data returned by the server JS parsing page data exception
The left value and the right finger explain better
Gbase 8C function / stored procedure parameters (I)