the managed heap的意思|示意

美 / / 英 / /

托管堆


the managed heap的网络常见释义

托管堆 作为替代,寄宿于.NET中的每个物理进程,.NET在运行时会预先分配一个特殊的堆,称作“the managed heap(托管堆)”。 这个堆可以当做传统的操作系统中的堆来使用:为对象和数据存储来分配内存。

the managed heap相关例句

The Garbage Collector runs in its own thread to remove unused memory from your program. It also compacts the managed heap each time it runs.

垃圾收集器以自己的线程运行,从程序里移除未使用的内存,每次运行时也压缩托管堆。

Doing so can corrupt the managed heap.

这样做可能会损坏托管堆。

This can get rid of the sawtooth pattern often seen for the managed heap size in.net-based applications, and reduces the time an application spends performing garbage collection.

这可以消除基于. NET的应用程序中托管堆大小常见的锯齿模式,并且减少了应用程序为执行垃圾回收而花费的时间。

This is looking like a tamping on the managed heap.

这就象一个夯实的动作。

Value types directly contain their state, while reference types are an implicit pair: the named entity is a handle to an unnamed object allocated on the managed heap.

值类型直接包含其状态,而引用类型则是隐式对:命名实体是托管堆上分配的未命名对象的句柄。

In addition, because new objects that are allocated consecutively are stored contiguously in the managed heap, an application can access the objects very quickly.

另外,由于连续分配的新对象在托管堆中是连续存储,所以应用程序可以快速访问这些对象。