Memory Heap and Generation
What is Memory Heap? Heap is a portion of memory which is used for dynamic allocation. The blocks of the memory in the heap are frequently allocated and freed based on the status of the object. The allocation and release of memory take place in an arbitrary order and hence the unreferenced or dead objects … Read more