代码搜索结果

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

memory.cpp

////////////////////////////////////////////////////////////////////// // // Memory.cpp: implementation of the CMemory class. // ///////////////////////////////////////////////////////////////////

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.hex

:1001000018F09AE0791B089478832A95A9F713953B :1001100050F73A959AE0911B3295390F3D938395AC :100120008A3051F6089500007800000008000000B1 :10013000EE00000000000000830000000900000045 :1001400003010000000

memory.cmd

-m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/ VECT: o

memory.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic

memory.c

/* * $Id: memory.c,v 1.2 2003/09/17 12:20:42 jfabo Exp $ * * Copyright (C) 2001, 2002 ETC s.r.o. * * This program is free software; you can redistribute it and/or * modify it under the terms of

memory.c

//********************************************************************** // // Filename: memory.c //