首页 > 其他 > 详细

changing a pointer rather than erasing memory cells

时间:2016-11-16 02:57:34      阅读:276      评论:0      收藏:0      [点我收藏+]

Computer Science An Overview _J. Glenn Brookshear _11th Edition

In a data structure based on a pointer system, the deletion of an item usually

consists of changing a pointer rather than erasing memory cells. Thus when
an entry in a linked list is deleted, the deleted entry actually remains in
memory until its memory space is required by other data. What ethical and
security issues result from this persistence of deleted data?

changing a pointer rather than erasing memory cells

原文:http://www.cnblogs.com/yuanjiangw/p/6067921.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!