Introduction Managed memory in .Net is separated on “Stack” memory and some kind of “heaps”. The most important types of “heaps” is SOH (Small Object Heap) and LOH(Large Object Heap). From the names of memory types becomes clear that SOH - stores only small objects & LOH stores large objects. In this article I will consider only possible problem with LOH memory. Other memory types are out of
Tidak ada komentar:
Posting Komentar