----- Original Message -----
> 
> Hi
> 
> I just started to use valgrind.
> I got the following errors.
> Are these series bugs?
> 
> My code is running fine.
> 
> Generally, how many memory leak is really bad?

Hi

Just my opinion.

You might tolerate one-off leaks in initialization code. You might also tolerate
leaks if your application has short execution times and/or you have plenty of
RAM.

If you have leaks in loops or event handlers, and your application has
long execution times, then you're going to risk your application terminating
due to memory exhaustion (it may even cause other apps to terminate).

If your app is leaking a megabyte a second then your upper limit for run time
on a 32bit system is going to be about half an hour.

A+
Paul

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to