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

📄 md.c

📁 linux下建立JAVA虚拟机的源码KAFFE
💻 C
字号:
/* * x86_64/linux/md.c * Linux X86-64 specific functions. * * Copyright (c) 2002 *	MandrakeSoft.  All rights reserved. * * Copyright (C) 2000 *  Silicon Graphics, Inc.  All Rights Reserved. *  IA64_context_{save,restore} functions from State Threads Library * * Copyright (c) 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 <stdlib.h>voidinit_md(void){#if defined(M_MMAP_MAX) && defined(HAVE_MALLOPT)	mallopt(M_MMAP_MAX, 0);#endif}

⌨️ 快捷键说明

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