| 1. | This reserved address space is called the managed heap 这个保留的地址空间被称为托管堆。 |
| 2. | Is moved through a compaction sweep through the managed heap , 实体通过压缩扫描在托管堆中移动时, |
| 3. | Initially , this pointer is set to the managed heap s base address 最初,该指针设置为指向托管堆的基址。 |
| 4. | Gets the size of the managed heap 获取托管堆的大小。 |
| 5. | The runtime s garbage collector stores new objects in generation 0 运行时的垃圾回收器将新对象存储在第0级托管堆中。 |
| 6. | Each root either refers to an object on the managed heap or is set to null 每个根或者引用托管堆中的对象,或者设置为空。 |
| 7. | It also positions the managed heap s pointer after the last reachable object 它还将托管堆指针定位至最后一个可访问对象之后。 |
| 8. | Allocating memory from the managed heap is faster than unmanaged memory allocation 从托管堆中分配内存要比非托管内存分配速度快。 |
| 9. | Objects in generation 1 that survive collections are promoted to generation 2 第1级托管堆中未被回收的对象将会升级至第2级托管堆。 |
| 10. | In reality , the garbage collector performs a collection when generation 0 is full 实际上,垃圾回收器在第0级托管堆已满时执行回收。 |