?? md.c
字號(hào):
/* * i386/gnu/md.c * Linux i386 specific functions. * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file. */#include "config.h"#include <malloc.h>voidinit_md(void){#if defined(M_MMAP_MAX) && defined(HAVE_MALLOPT) mallopt(M_MMAP_MAX, 0);#endif}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -