Runtime Managed Heap的意思|示意
美 / /
英 / /
运行时托管堆
Runtime Managed Heap的网络常见释义
对象被向下拷贝到运行时受管堆 所有引用的对象被向下拷贝到运行时受管堆(Runtime Managed Heap),同时修改它们的引用指针。需要指出的是,在.Net垃圾收集器移动引用对象和改变引用指针时,系统不能在这些对象上有任何操作,这...
Runtime Managed Heap相关例句
As long as address space is available in the managed heap, the runtime continues to allocate space for new objects.
只要托管堆中有地址空间可用,运行时就会继续为新对象分配空间。