I have a DELL XPS M1530 w/ these specifications:
Intel T9300
4GB DDR2 RAM
200GB 7200rpm harddrive
GeForce 8600M GT 256MB DDR3
Vista Ultimate
I am programming Visual C++ using Visual Studio 2008.
Sometimes I experience memory leaks detection.
Is it ok for the hardware if I have any memory leaks?
Or it is harmful? If it is harmful, what component does memory leaks affecting? Is it the physical RAM itself or what?
Thank you very much.
-
-
Finger print scanner has been seen before as a huge memory leaker...
-
No, the memory leaks was caused by the mistake of the program code developed. Sometimes I missed the part to delete the object of the class so the memory allocated for the object might has not been released yet.
I just worried about if it would affecting the hardware.
But anyway does the integrated fingerprint scanner in DELL laptops also caused memory leaks? Is it ok?
Thanks -
Memory leaks won't damage your hardware. You can continue developing without worrying.
-
-
O...I see..In reality, how does the application I developed allocate place in memory? If my physical RAM is 4GB and my app needs for example 1GB, then my RAM is 3GB when my app ran?
Or how?
Ok I thought it would damage something.
Thanks -
FusiveResonance Notebook Evangelist
google is your friend.
http://en.wikipedia.org/wiki/Memory_allocation
Nothing that you do "software wise" will ever physically damage your components, unless your overclocking by upping the voltage. That being said, click away without worrying about your hardware. -
I also think of the long term effect of the memory leaks. Is there any long term effect? Like reducing the system performance or CPU, RAM performance?
Thanks.
Memory Leak and Hardware Issue
Discussion in 'Hardware Components and Aftermarket Upgrades' started by chrisliando, Sep 21, 2008.