代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.html
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 Aug 2002 16:00:00 -0000
vti_extenderversion:SR|5.0.2.2623
vti_author:SR|friend
vti_modifiedby:SR|friend
vti_timecreated:TR|07 Aug 2002 16:00:00
memory.java
// Introduced in Chapter 16
/**
* A simulated memory for illustrating memory management. Each
* object takes up two cells.
*/
public class Memory {
/** Number of cells in memory. */
public st
memory.h
/********************************************************************************/
/* MEMORY.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***
memory.asm
*********************************************************************************
* MEMORY.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计
memory.h
/********************************************************************************/
/* MEMORY.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***
memory.h
/********************************************************************************/
/* MEMORY.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***
memory.asm
*********************************************************************************
* MEMORY.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计
memory.c
#include
#include
#include
#include
#include
int do_exit(long code);
#define invalidate() \
__asm__("movl %%eax,%%cr3"::"a
memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*----------------------------------