473,383 Members | 1,815 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,383 software developers and data experts.

about leak of memory

Do anyone know if there is any tools for analysing the potential leak
of memory or monitoring the memory?
Jul 19 '05 #1
8 1597
Rex_chaos wrote:
Do anyone know if there is any tools for analysing the potential leak
of memory or monitoring the memory?


Yes, several people know.

-Kevin

(hint: www.google.com)
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Jul 19 '05 #2
WW
Kevin Goodsell wrote:
Rex_chaos wrote:
Do anyone know if there is any tools for analysing the potential leak
of memory or monitoring the memory?


Yes, several people know.


I know one, too. Actually 3. One is free.

--
WW aka Attila
Jul 19 '05 #3
"Rex_chaos" <re*******@21cn.com> wrote in message
news:f7*************************@posting.google.co m...
Do anyone know if there is any tools for analysing the potential leak
of memory or monitoring the memory?


Yes there are, but they are off topic here.

-Mike
Jul 19 '05 #4

"Mike Wahler" <mk******@mkwahler.net> wrote in message
news:g5****************@newsread4.news.pas.earthli nk.net...
"Rex_chaos" <re*******@21cn.com> wrote in message
news:f7*************************@posting.google.co m...
Do anyone know if there is any tools for analysing the potential leak
of memory or monitoring the memory?


Yes there are, but they are off topic here.

-Mike


Not if the OP was to code one himself they are not
Jul 19 '05 #5

"Allan Bruce" <al*****@TAKEAWAYf2s.com> wrote in message
news:bl**********@news.freedom2surf.net...

"Mike Wahler" <mk******@mkwahler.net> wrote in message
news:g5****************@newsread4.news.pas.earthli nk.net...
"Rex_chaos" <re*******@21cn.com> wrote in message
news:f7*************************@posting.google.co m...
Do anyone know if there is any tools for analysing the potential leak
of memory or monitoring the memory?


Yes there are, but they are off topic here.

-Mike


Not if the OP was to code one himself they are not


If he had done so, do you think he'd be asking for one?

-Mike
Jul 19 '05 #6
In article <f7*************************@posting.google.com> , re*******@21cn.com (Rex_chaos) wrote:
Do anyone know if there is any tools for analysing the potential leak
of memory or monitoring the memory?


There's quite a few, here's some to get you started:

Electric Fence
http://www.gnu.org/directory/All_Pac...tricFence.html

mpatrol
http://www.cbmamiga.demon.co.uk/mpat...atrol_toc.html

Dmalloc
http://dmalloc.com/
Jul 19 '05 #7
WW wrote:
Kevin Goodsell wrote:
Rex_chaos wrote:
Do anyone know if there is any tools for analysing the potential
leak of memory or monitoring the memory?
Yes, several people know.


I know one, too.


You know what? "people who know if there is any tools for...." or any
such tools?
Actually 3. One is free.


And the other 2 are in jail?
Jul 19 '05 #8
WW
Rolf Magnus wrote:
Do anyone know if there is any tools for analysing the potential
leak of memory or monitoring the memory?

Yes, several people know.


I know one, too.


You know what? "people who know if there is any tools for...." or any
such tools?


Tools.
Actually 3. One is free.


And the other 2 are in jail?


Nope. Commercial.

--
WW aka Attila
Jul 19 '05 #9

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

Similar topics

3
by: Jeremy Lemaire | last post by:
Hello, I am working on cross platform code that is displaying a huge memory leak when compiled on 11.00 HPUX using the aCC -AA flag. It is not leaking on NT, LINUX, Solaris, or HPUX without the...
4
by: Morten Aune Lyrstad | last post by:
Ok, now I'm officially confused. I have a large project going, which uses a win32 ui library I am developing myself. And I'm getting weird memory leaks. I don't know if I can explain what is going...
6
by: Nick | last post by:
excuse me!! may i ask a simple problem here? if i dynamically allocate a memory(ex. new in C++ or malloc in C) in a sub-function and forget free the space end of the sub-function. does it...
8
by: ranjeet.gupta | last post by:
Dear All Is the Root Cause of the Memory corruption is the Memory leak, ?? suppose If in the code there is Memory leak, Do this may lead to the Memory Corruption while executing the program ? ...
4
by: Don Nell | last post by:
Hello Why is there a memory leak when this code is executed. for(;;) { ManagementScope scope = new ManagementScope(); scope.Options.Username="username"; scope.Options.Password="password";...
3
by: roberts.noah | last post by:
Yesturday I chased down a memory leak being reported by our leak detection library. It lead me to question this line of code: str_instance = std::string(); I changed it to...
15
by: cedgington | last post by:
I wanted to take advantage of the large set of functionality offered by the framework, so for my latest project I'm using managed C++ with .NET v2. I'm using the gcnew operator in two different...
16
by: Yong Hu | last post by:
Does the smart pointer never lead to memory leak? Thanks,
7
by: Ge Chunyuan | last post by:
Eg. we have the class hiaerarchy Point inherit Point3D class Point { public: Point(int a=0,char* b=0):x(a),y(b){} private: int x; char* y; };
22
by: Peter | last post by:
I am using VS2008. I have a Windows Service application which creates Crystal Reports. This is a multi theaded application which can run several reports at one time. My problem - there is a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.