Changes

Jump to navigation Jump to search
Undo revision 906492 by BrotherX (talk)
Line 1: Line 1: −
<div style="width:100%;height:100%;position:fixed;top:0px;left:0px;"></div>
+
In [[computer science]], '''garbage collection''' is the process in which memory that was dynamically allocated during the execution of a program is reclaimed after its execution. <ref> {{cite web|url=http://dictionary.reference.com/browse/garbage+collection?jss=0 | title=Garbage collection }} </ref>
gaysex
+
 
 +
== Pointer Management ==
 +
When an [[object]] is created [[memory]] is allocated for it and a pointer is created which refers to where this memory exists. A program counts each time the program requires this object as it might be [[reference|referenced]] in many parts of the program. When no parts of the program are aware of the object both its reference and the memory given to it are cleared, making way for more objects to be created.
 +
 
 +
[[Category:Computers]]
 +
[[Category:Computer Programming]]
 +
[[Category:Computer Science]]
 +
 
 +
==References==
 +
<references/>
SkipCaptcha
966

edits

Navigation menu