NASM - The Netwide Assembler
NASM Forum => Using NASM => Topic started by: nobody on December 05, 2008, 02:56:58 PM
-
Is it possible to have a program every now and then clean the memory its using. For example:
Mozilla Firefox has a memory leaking problem, so the longer it sits there, the higher the memory usage goes up. What if Mozilla was able to clean up after itself every now and then, keeping the memory usage to minimal.
Just an example.
-
Every OS does this ;-)
-
Well, if OS's do it......then why dont people program their programs to do it also?
-
No need ... if app gets killed by OS or itself all leaked memory is unhogged by the OS ;-)