当前位置:网站首页>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 .
边栏推荐
- Today, it's time to copy the bottom!
- 面试八股文整理版
- 你真的懂继电器吗?
- 内存泄漏工具VLD安装及使用
- Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 2)
- [fluent] JSON model conversion (JSON serialization tool | JSON manual serialization | writing dart model classes according to JSON | online automatic conversion of dart classes according to JSON)
- Gbase 8C system table PG_ auth_ members
- [fluent] futurebuilder asynchronous programming (futurebuilder construction method | asyncsnapshot asynchronous calculation)
- Three. JS local environment setup
- Add automatic model generation function to hade
猜你喜欢

HW-初始准备

Error invalid bound statement (not found): com ruoyi. stock. mapper. StockDetailMapper. XXXX solution
![[flutter] example of asynchronous programming code between future and futurebuilder (futurebuilder constructor setting | handling flutter Chinese garbled | complete code example)](/img/04/88ce45d370a2e6052c2fce558aa531.jpg)
[flutter] example of asynchronous programming code between future and futurebuilder (futurebuilder constructor setting | handling flutter Chinese garbled | complete code example)

一文带你了解 ZigBee

用docker 連接mysql的過程

Basic operation of binary tree (C language version)

The Linux server needs to install the agent software EPS (agent) database

Deep reinforcement learning for intelligent transportation systems: a survey paper reading notes

vfork执行时出现Segmentation fault

内存泄漏工具VLD安装及使用
随机推荐
簡單理解svg
疫情当头,作为Leader如何进行代码版本和需求开发管控?| 社区征文
用docker 连接mysql的过程
Thunderbolt Chrome extension caused the data returned by the server JS parsing page data exception
The difference between left value and right value in C language
Compréhension simple de SVG
Random shuffle note
[shutter] banner carousel component (shutter_wiper plug-in | swiper component)
Didi programmers are despised by relatives: an annual salary of 800000 is not as good as two teachers
Gbase 8C system table PG_ aggregate
[fluent] future asynchronous programming (introduction | then method | exception capture | async, await keywords | whencomplete method | timeout method)
【Flutter】shared_ Preferences local storage (introduction | install the shared_preferences plug-in | use the shared_preferences process)
Packing and unpacking of JS
Kubernetes family container housekeeper pod online Q & A?
sql server数据库添加 mdf数据库文件,遇到的报错
HW-初始准备
Tensorflow to pytorch notes; tf. gather_ Nd (x, y) to pytorch
Add automatic model generation function to hade
Cron表达式介绍
[fluent] JSON model conversion (JSON serialization tool | JSON manual serialization | writing dart model classes according to JSON | online automatic conversion of dart classes according to JSON)