⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 md.c

📁 java virtual machince kaffe
💻 C
字号:
/* * alpha/linux/md.c * Linux Alpha specific functions. * * Copyright (c) 2001 *	Edouard G. Parmelan.  All rights reserved. * * Copyright (c) 1996, 1997, 2001 *	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>#include <asm/fpu.h>voidinit_md(void){#if defined(HAVE_MALLOPT)	/* Turn off the use of mmap in malloc so that we have a	   continuous heap to present to the gc.  */	mallopt(M_MMAP_MAX, 0);#endif}#if defined(TRANSLATOR)#include "alpha/alpha.c"#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -