📄 memcheck.c
字号:
/*****************************************************************************//* $Id: memcheck.c,v 1.1 1997/07/31 22:13:23 joel Exp $ Memory check routines. The production test is a destrucive full test. The boot test is a minimal, non-desctructive. The partial memory test performs a scetion at a time, and gets called in a repeated fashion to completely check the memory, *//*****************************************************************************/voidproduction_memory_test(){}voidboot_memory_test(){}voidreset_partial_memory_test(){}voidpartial_memory_test(){}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -