md.c
来自「linux下建立JAVA虚拟机的源码KAFFE」· C语言 代码 · 共 29 行
C
29 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?