garbage collection
2 ResultsDictionary
garbage collection
(1) In a flash memory-based solid state drive (SSD), the garbage collection function improves write speed by erasing blocks of unused storage in the background, because flash memory requires...
Dictionary
Definition: garbage collection
(1) In a flash memory-based solid state drive (SSD), the garbage collection function improves write speed by erasing blocks of unused storage in the background, because flash memory requires blocks to be erased before they can be written. Having empty blocks available saves time when writing new data on the drive. See TRIM support and solid state drive.
(2) A software routine that searches memory for areas of inactive data and instructions in order to reclaim that space for the general memory pool (the heap). Operating systems may or may not provide this feature. For example, Windows does not do automatic garbage collection which requires that the programmer specifically deallocates memory in order to release it.
Move It to Disk or Deallocate
If a program continues to allocate memory for data buffers and eventually exceeds the physical memory capacity, the operating system then has to place parts of the program in virtual memory (on disk) in order to continue, which slows down processing. Writing the code to deallocate memory after a routine no longer needs it is a tedious task that programmers often forget to do. Java performs automatic garbage collection without programmer intervention, which eliminates this coding headache. See dynamic memory allocation, heap and Java.
THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2010 The Computer Language Company Inc. All rights reserved.
Sponsored White Papers, Webcasts & Resources
-
Analytics and the Smarter Planet
Check out this white paper to learn more about BAO and how it can help you change the way your company looks at data.
-
Microsoft applies for a patent for a verifying a 'safe' operating system
Microsoft has applied for a patent for an "automated, static safety verifier" that will help verify the type- and memory-safety of an operating system. And why should anyone care? There are some...
-
Mozilla delivers Firefox update
Mozilla one Wednesday patched one flaw in Firefox in an update (2.0.0.14). The fix--a crash in JavaScript garbage collector--was deemed critical by Mozilla. According to Mozilla, the problem was...
Additional Results
-
The Low Latency Collection (comic)
Back in January of 2012, CNET launched its first-ever weekly tech comic. Here's every panel since its debut.
-
'Star Trek' memorabilia: A geek gal's collection (photos)
Crave blogger Amanda Kooser delves into her "Star Trek" fanatic past with an excavation of toys and props.
-
The anti-boredom iPad app collection
It's not all about Angry Birds.
-
Google faces further UK probe for Street View Wi-Fi data collection
The UK's data protection agency ruled in 2010 that Google did not breach UK data laws. But an FCC report may force the UK regulator into reinvestigating the search company.
-
Google hits back at FCC over Wi-Fi data collection fine
Google has escaped a wiretap investigation, but it will keep the permanent black mark against its name for "impeding" an FCC probe, which it was fined $25,000 for.
-
How to catalog your vinyl collection online (photos)
Learn how to easily catalog your vinyl record collection using Discogs.com
-
Nokia counting on its Collection apps to help sell Windows Phones
Nokia is relying on its free 'Collection' apps to provide Lumia users with a differentiated and updated Windows Phone platform.
-
Australian government patent troll collects from Wi-Fi vendors
Australia's Commonwealth Scientific and Industrial Research Organization picked up $229-million from technology companies for "violating" its Wi-Fi patent.
-
Windows 8's app collection: what you get with the Consumer Preview
The Windows 8 Consumer Preview includes 18 built-in Metro style apps. They're polished and useful, but still deserve the App Preview label. Here's what you get.
-
Steve Jurvetson's personal Apollo collection (photos)
Venture capitalist Steve Jurvetson engages his fascination for the Apollo program by amassing a unique collection of artifacts, including one that was on the moon. And a piece of it.
-
Churchill Club podcast: The good, bad and unknown on Web consumer data collection
A panel of experts examined data collection on Web sites and how it is being used.
-
The value of collecting your thoughts in a private online journal
In this era of multiple channels of communication, collecting your personal thoughts and ideas in one place is increasingly useful
-
'Garbage in, garbage out' -- with a 2012 twist
Many cloud implementations go awry because of the gunk that gets put into them. Here are the types of gunk ending up in clouds, resulting in dashed expectations.
-
Carrier IQ 'may have' collected text messages
This is why software like Carrier IQ is a bad idea.
-
Autonomous Wave Gliders travel the oceans collecting data
Liquid Robotics launches a fleet of four wave powered oceanic robots called Wave Gliders on a record setting journey across the Pacific.
-
iTunes Match - Legalizing your dodgy music collection has never been easier
iTunes Match is cool, but is it twenty-five bucks a year cool?
-
Zuckerberg: Google, Microsoft collect data "behind your back"
In a recent interview, Facebook co-founder and CEO Mark Zuckerberg explained how Google, Yahoo, and Microsoft collect data on users "behind their back" while the social network is more transparent.
-
Rennsport Reunion IV: A collection of vintage and racing Porsches
The fourth Rennsport Reunion took place October 14-16 at Mazda Raceway Laguna Seca, near Monterey, California. About 35,000 attendees joined scores of historically significant Porsches and about...
The best of ZDNet, delivered
ZDNet Newsletters
Get the best of ZDNet delivered straight to your inbox




