Managed Heap and Garbage Collection的意思|示意

美 / / 英 / /

托管堆和垃圾收集


Managed Heap and Garbage Collection的网络常见释义

转载 ...NET Debugging: Managed Heap and Garbage Collection(转载,托管堆查内存碎片问题解决思路) Advanced .

Managed Heap and Garbage Collection相关例句

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的应用程序中托管堆大小常见的锯齿模式,并且减少了应用程序为执行垃圾回收而花费的时间。

After the garbage collector performs its first collection of generation 0 and promotes the reachable objects to generation 1, it considers the remainder of the managed heap generation 0.

在执行第0级托管堆的首次回收并把可访问的对象升级至第1级托管堆后,垃圾回收器将考虑第0级托管堆的其余部分。