代码搜索结果

找到约 10,000 项符合 Memory 的代码

memory.c

/* * linux/mm/memory.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to

memory.c

/* * linux/mm/memory.c * * (C) 1991 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to implement. - Linus */

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

/* $Header: /cvsroot/watchdog/watchdog/src/memory.c,v 1.2 2006/07/31 09:39:23 meskes Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include

memory.c

#include #include #include #include #include int do_exit(long code); #define invalidate() \ //下面的内嵌汇编的意思是: // movl 0 %eax

memory.java

import java.awt.*; import java.awt.List; import java.awt.event.*; import java.io.DataInputStream; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.net.

memory.c

/* * linux/mm/memory.c * * (C) 1991 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to implement. - Linus */ /* * 需求加载是

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 programs (

memory.map

ARM Linker, RVCT3.1 [Build 914] for uVision [Professional] ================================================================================ Section Cross References lpc2300.o(RESET) refer

memory.h

/*---------------------------------------------------------------------------- * Name: MEMORY.H * Purpose: USB Memory Storage Demo Definitions * Version: V1.10 *-------------