View Single Post
  #14 (permalink)  
Old 04-13-2010, 12:16 AM
semifast's Avatar
semifast
Lurker
Offline
 
Join Date: Nov 2008
Posts: 24
Reputation: 25
semifast is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Do All Roms with Sense 2.5 have a memory leak?

1. memory leak is a programming error that causes a program to use increasing amounts of memory as it runs.

2. using memory for cache improves speed in terms of reloading programs and/or data. Free memory is wasted memory. As long as the cache manager works well it shouldn't slow anything down.

3. not getting exactly the same free memory back when you quit a program isn't a memory leak, it's either part of the program is still loaded, or the cache is fragmented and so doesn't read exactly the same %.

those are my opinions.
Reply With Quote
This post has been thanked 1 times.