![一种内存垃圾回收系统及方法](/CN/2013/1/100/images/201310504532.jpg)
基本信息:
- 专利标题: 一种内存垃圾回收系统及方法
- 专利标题(英):Memory garbage recycling system and method
- 申请号:CN201310504532.4 申请日:2013-10-23
- 公开(公告)号:CN103577335A 公开(公告)日:2014-02-12
- 发明人: 王亚楠 , 陈荔城 , 崔泽汉 , 陈明宇
- 申请人: 中国科学院计算技术研究所
- 申请人地址: 北京市海淀区中关村科学院南路6号
- 专利权人: 中国科学院计算技术研究所
- 当前专利权人: 中国科学院计算技术研究所
- 当前专利权人地址: 北京市海淀区中关村科学院南路6号
- 代理机构: 北京律诚同业知识产权代理有限公司
- 代理人: 祁建国; 梁挥
- 主分类号: G06F12/02
- IPC分类号: G06F12/02 ; G06F12/06
The invention relates to a memory garbage recycling system and method. The memory garbage recycling system comprises a garbage analysis module and a garbage monitoring module. The garbage analysis module is used for recording memory distribution and releasing information, querying a page table to acquire physical address information so as to determine whether each data object exists in the memory and acquire the physical address space information corresponding to the data objects, updating the information to a data object monitoring list in the garbage monitoring module to determine the physical address space information corresponding to the data objects; the garbage monitoring module is used for maintaining the data object monitoring list, adding the newly distributed data objects into the data object monitoring list, deleting the deleted data objects from the data object monitoring list, monitoring all access requests, correlating the access to the data objects, updating the access information of the data objects, correlating the access requests to the data objects in the data object monitoring list, and updating the access information. The garbage monitoring module regularly feeds the data object access information back to the garbage analysis module, the garbage analysis module is responsible for analyzing the suspicious memory garbage blocks according to the information and determining the real memory garbage blocks in the suspicious memory garbage blocks so as to recycle the memory space at high precision and low cost.
公开/授权文献:
- CN103577335B 一种内存垃圾回收系统及方法 公开/授权日:2016-09-07
IPC结构图谱:
G | 物理 |
--G06 | 计算;推算;计数 |
----G06F | 电数字数据处理 |
------G06F12/00 | 在存储器系统或体系结构内的存取、寻址或分配 |
--------G06F12/02 | .寻址或地址分配;地址的重新分配 |