473,395 Members | 1,915 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Memory leak detector for C++

Hi All,
Do you know of any free memory leak detector for C++ for windows OS?
Regards,
Chinmoy

Jul 23 '05 #1
4 2359
Chinmoy Mukherjee wrote:
Hi All,
Do you know of any free memory leak detector for C++ for windows OS?
Regards,
Chinmoy


No, we don't know. Ask in a windows specific newsgroup or use
google.

Krishanu
Jul 23 '05 #2
On Tue, 26 Apr 2005 16:03:15 +0530, Chinmoy Mukherjee
<a1****@motorola.com> wrote:
Hi All,
Do you know of any free memory leak detector for C++ for windows OS?
Regards,
Chinmoy


std::auto_ptr<>
boost::shared_ptr<>
:)

;)

Jul 23 '05 #3
NuMega (now CompuServe) BoundsChecker is a good one. Has also support
for other resources leaks.

Yuriy

Chinmoy Mukherjee wrote:
Hi All,
Do you know of any free memory leak detector for C++ for windows OS?
Regards,
Chinmoy


Jul 23 '05 #4
On Tue, 26 Apr 2005 16:03:15 +0530, Chinmoy Mukherjee <a1****@motorola.com>
wrote:
Hi All,
Do you know of any free memory leak detector for C++ for windows OS?


If you are using MSVC++ (in which case, such system specific questions
should be directed to comp.os.ms-windows.programmer.win32), then you
already have one.

Of course, it's easy to write your own leak detector:
http://wyw.dcweb.cn/leakage.htm

Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Debian User | last post by:
Hi, I'm trying to discover a memory leak on a program of mine. I've taken several approaches, but the leak still resists to appear. First of all, I've tried to use the garbage collector to...
5
by: blugus | last post by:
Hi Guys, I've been try to use Dinkum STL library. It workes well first, but report memory leak in MFC Debug Mode. I use Dinkum Unabridged Library for VC++ V4.02, MSVC6, WIN2000 SERVER. I...
10
by: Winbatch | last post by:
Is there a free or shareware tool to detect memory leaks in C++ programs? I've done a variety of google searches but either came up with commercial products or ones I could not get to detect...
7
by: mosaic | last post by:
Hi, all I really interested in how to check the memory leak of a program. Your smart guys, do you have excellent ideas that could share with me? Thank you. The following is my idea: In C...
3
by: Peter Steele | last post by:
We're doing some development in VS .NET C++ and want to purchase a tool for memory leak detection and related activities. Any recommendations?
1
by: Lighter | last post by:
Is there a way to write a memory leak detector supporting new(nothrow)? For example, #include <My_Debug_New.h> using namespace std; int main() {
6
by: Ark Khasin | last post by:
My pet project is a command-line utility (preprocessor), so it runs and terminates. It uses lots of memory allocations; most of them are quite small. What to do with the allocated objects when they...
1
by: cdmsenthil | last post by:
I have an Infragistics UltrawebGrid . Each Row in the grid is attached to a context menu using Infragistics CSOM Upon click on the menu, I am creating an Iframe dynamically which points to...
13
by: Pep | last post by:
I have recently eradicated a lot of memory leaks in a very old C++ source set. However, whilst they were all fairly easy to resolve, I am confused by the last one. This seems to be related to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.