All Projects → KindDragon → vld

KindDragon / vld

Licence: LGPL-2.1 license
Visual Leak Detector for Visual C++ 2008-2015

Projects that are alternatives of or similar to vld

MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (-97.24%)
Mutual labels:  visual-studio
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (-93.9%)
Mutual labels:  visual-studio
libssh
Unofficial LibSSH with added custom native Visual Studio project build tools. LibSSH: Mulitplatform C library implementing the SSHv2 and SSHv1 protocol for client and server implementations.
Stars: ✭ 21 (-97.58%)
Mutual labels:  visual-studio
Active-Directory-Search
👤 This Active Directory Search tool was written in C# and VB.NET Windows Forms and exports the results from LDAP to csv format.
Stars: ✭ 19 (-97.81%)
Mutual labels:  visual-studio
cpp-tutor
Code examples for tutoring modern C++
Stars: ✭ 52 (-94.02%)
Mutual labels:  memory-leaks
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-98.27%)
Mutual labels:  visual-studio
Unchase.Odata.Connectedservice
📜 A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Stars: ✭ 39 (-95.51%)
Mutual labels:  visual-studio
zlib-win-build
zlib Windows build with Visual Studio.
Stars: ✭ 100 (-88.49%)
Mutual labels:  visual-studio
Bing-Maps-V8-TypeScript-Definitions
This project contains the TypeScript definitions for the Bing Maps V8 Web Control.
Stars: ✭ 36 (-95.86%)
Mutual labels:  visual-studio
Dev-Days-HOL
Xamarin, Azure Mobile Apps & Mobile DevOps Hands on Labs
Stars: ✭ 31 (-96.43%)
Mutual labels:  visual-studio
Azure4Alexa
Create and Host Alexa Custom Skills using .NET and Azure
Stars: ✭ 48 (-94.48%)
Mutual labels:  visual-studio
Dapr-Microservice-Template
A Microservice Template using Dapr.io and Kubernetes
Stars: ✭ 31 (-96.43%)
Mutual labels:  visual-studio
libxml2-win-build
libxml2 Windows build with Visual Studio.
Stars: ✭ 45 (-94.82%)
Mutual labels:  visual-studio
pcre-win-build
pcre Windows build with Visual Studio.
Stars: ✭ 25 (-97.12%)
Mutual labels:  visual-studio
Unchase.OpenAPI.Connectedservice
📜 Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 69 (-92.06%)
Mutual labels:  visual-studio
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (-77.68%)
Mutual labels:  visual-studio
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (-91.37%)
Mutual labels:  visual-studio
Uwp-Visual-Studio-Shell
No description or website provided.
Stars: ✭ 24 (-97.24%)
Mutual labels:  visual-studio
DarkHider
Hide your important notes , text messages , phone numbers and more in pictures and protect your privacy.
Stars: ✭ 25 (-97.12%)
Mutual labels:  visual-studio
ListDebuggerVisualizer
Visual Studio debugger visualizer for List<T> or more precisly visualizer for instances of the classes that implement IList.
Stars: ✭ 16 (-98.16%)
Mutual labels:  visual-studio

Visual Leak Detector Build status PayPal donate button

Introduction

Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector's features, none of which exist in the built-in detector:

  • Provides a complete stack trace for each leaked block, including source file and line number information when available.
  • Detects most, if not all, types of in-process memory leaks including COM-based leaks, and pure Win32 heap-based leaks.
  • Selected modules (DLLs or even the main EXE) can be excluded from leak detection.
  • Provides complete data dumps (in hex and ASCII) of leaked blocks.
  • Customizable memory leak report: can be saved to a file or sent to the debugger and can include a variable level of detail.

Other after-market leak detectors for Visual C++ are already available. But most of the really popular ones, like Purify and BoundsChecker, are very expensive. A few free alternatives exist, but they're often too intrusive, restrictive, or unreliable. Visual Leak Detector is currently the only freely available memory leak detector for Visual C++ that provides all of the above professional-level features packaged neatly in an easy-to-use library.

Visual Leak Detector is licensed free of charge as a service to the Windows developer community. If you find it to be useful and would like to just say "Thanks!", or you think it stinks and would like to say "This thing sucks!", please feel free to drop us a note. Or, if you'd prefer, you can contribute a small donation. Both are very appreciated.

Documentation

Read the documentation at https://github.com/KindDragon/vld/wiki

Contributing

We encourage developers who've added their own features, or fixed bugs they've found, to contribute to the project. The full version-controlled source tree is available publicly via Git at the URL below. Feel free to clone from this URL and submit patches for consideration for inclusion in future versions. You can also issue pull requests for changes that you've made and would like to share.

Copyright © 2005-2017 VLD Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].