Senin, 01 November 2010
GC Algorithm and Story of WeakReference
IntroductionWe all know .NET objects deallocates memory using Garbage Collection. Garbage collection is a special process that hooks in to the object hierarchy randomly and collects all the objects that are not reachable to the application running. Let us make Garbage collection a bit clear before moving to the alternatives. GC AlgorithmIn .NET, every object is allocated using Managed Heap. We
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar