C_and_CPP 版 (精华区)
发信人: seaboy (浪小), 信区: C_and_CPP
标 题: [FAQ]什么是GC(垃圾回收)(转)
发信站: 哈工大紫丁香 (2003年08月27日10:15:16 星期三), 站内信件
ms的定义:
garbage collection (GC)
The process of transitively tracing through all pointers to actively used obje
cts in order to locate all objects that can be referenced, and then arranging
to reuse any heap memory that was not found during this trace. The common lang
uage runtime garbage collector also compacts the memory that is in use to redu
ce the working space needed for the heap. See also: heap.
--
欢迎到C_and_CPP版讨论相关问题。
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.239.104]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.878毫秒