This can improve application performance by avoiding the garbage collector unnecessarily shrinking the heap. 这可以避免垃圾收集器(GC)对堆进行不必要的收缩,从而改善应用程序性能。
Next, I added, then deleted four forms and again invoked the garbage collector. 随后,我添加了四个窗体,然后又将它们删除,并再次调用了垃圾收集器(GC)。
The specifics of that allocation and its deallocation are hidden by the language and the runtime's garbage collector. 语言和运行时的垃圾回收器隐藏了内存分配和释放的具体细节。
These new collectors address the problem of the garbage collector being a scalability bottleneck on multiprocessor systems. 这些新收集器是为了解决在多处理器系统中垃圾收集器(GC)成为伸缩性瓶颈这一问题的。
During the garbage collection process the garbage collector often moves objects to different locations in the heap. 在垃圾收集过程中,垃圾收集器(GC)经常吧对象移动到堆中的另外一个位置。