您要查找的是不是:
- The number of times the garbage collector has run. 垃圾回收器已运行的次数。
- Do you know what your Garbage Collector is up to? 您知道垃圾收集器在干什么吗?
- A good example is the garbage collector. 垃圾收集器是一个好示例。
- The number of bytes in use by the garbage collector heap. 由垃圾回收器堆使用的字节数。
- The number of times the garbage collector has compacted the heap. 垃圾回收器已压缩堆的次数。
- Reference objects are treated specially by the garbage collector. 引用对象被垃圾收集器特殊地看待。
- The count of bytes collected by the garbage collector. 由垃圾回收器回收的字节的计数。
- The count of objects allocated by the garbage collector. 由垃圾回收器分配的对象的计数。
- The garbage collector traces the reference tree in the background. 内存回收器跟踪后台的引用树。
- The number of times the garbage collector has discarded JIT-compiled code. 垃圾回收器已丢弃JIT编译的代码的次数。
- And cortisol levels, the body\'s marker for stress, declined significantly in the massage group. 作为人的压力标记的皮质醇水平在接受按摩的一组中也出现了相当程度的下降。
- Run Garbage Collector This subroutine forces the garbage collector to run. Run Garbage Collector此子例程强制垃圾回收器运行。
- When no more storage is available, the system invokes a garbage collector. 当没有可用的存贮时,系统就调用无用单元收集程序。
- The garbage collector automatically releases the memory for large objects. 垃圾回收器会自动释放大型对象的内存。
- The garbage collector does not free memory for this particular object. 垃圾回收器不释放此特定对象的内存。
- Introduces the functionality of the.NET Framework garbage collector. 介绍.;NET Framework垃圾回收器的功能。
- Probably.He claims his next move was going to be phoning the garbage collector. 他宣称下一步行动就是给垃圾回收员打电话。
- The garbage collector tracks and reclaims objects allocated in managed memory. 垃圾回收器跟踪并回收托管内存中分配的对象。
- In general, you should avoid calling any of the collect methods and allow the garbage collector to run independently. 通常情况下,您应该避免调用任何回收方法,让垃圾回收器独立运行。
- It is good practice to let the garbage collector tune the frequency of its collections. 让垃圾回收器对其回收的频率进行微调是切实可行的。