.NET:CLR via C#The Managed Heap and Garbage Collection
摘要:
Allocating Resources from the Managed HeapThe CLR requires that all objects be allocated from the managed heap. When a process is initialized, the CLR allocates a region of address space for the managed heap. The CLR also maintains a pointer, which I’ll call NextObjPtr. This pointer indicates where 阅读全文
posted @ 2013-11-07 21:05 幸福框架 阅读(559) 评论(0) 推荐(0)
浙公网安备 33010602011771号