Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode OS program Linux-Unix
Title: MemCheck1.3 Download
 Description: 程序功能:对内存进行检测,发现是否存在读取与写入的数据是否存在不一致的情况 实现逻辑:检测程序申请所有剩余内存,使用两个线程不断循环遍历内存,每一次遍历内存都向内存的每四个字节写入一个unsigned int数值,然后遍历对比写入的数值与读出的数值是否一致,不一致则记录,按Ctrl+C可以退出检测,并得出检测的遍数和消耗时间,检测信息都会放入当前目录的CheckInfo文件。往内存写入的数据分为5种,分别为全0、全1、10101010、01010101以及一个随机的unsigend int数值。
 Downloaders recently: [More information of uploader Tarzan]
 To Search:
File list (Check if you may need any files):
 

MemCheck1.3\MemCheck-1.3-for-Linux.c
...........\MemCheck-1.3-for-Linux_x86-32
...........\MemCheck-1.3-for-Linux_x86-64
...........\MemCheck-1.3-for-Windows.c
...........\MemCheck-1.3-for-Windows_x86-32.exe
...........\MemCheck-1.3-for-Windows_x86-64.exe
...........\readme.txt
MemCheck1.3
    

CodeBus www.codebus.net