代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.h
#ifndef __MEMORY_H__
#define __MEMORY_H__
#include "const.h"
////////Global function declaration BEGIN///////////////////
//The Following function is implemented in FlatMem.asm.
extern
memory.c
/*
* 内存管理实验程序残缺版 1.2.2
* 把一个数组模拟为内存,然后针对该块内存实现内存的分配和回收算法
* 作者:Sunner Sun
* 最后修改时间:2005-3-25 16:53
*/
#include "conio.h"
#include
#define MEM_SIZE 80
char memory[MEM_SIZE];
memory.c
//内存分配
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*---------------------------------------------
memory.map
LARM LINKER/LOCATER V2.50a 03/08/2006 18:03:57 PAGE 1
LARM LINKER/LOCATER V2.50a, INVOKED BY:
C:\KEIL\ARM\BIN\LA.EXE .\Obj\Startup.
memory.lnp
".\Obj\Startup.obj",
".\Obj\irq.obj",
".\Obj\pwmtest.obj",
".\Obj\pwm.obj"
TO ".\Obj\Memory"
PRINT(".\Lst\Memory.map") CASE
CLASSES (DATA (0x40000000-0x40007FFF),
CODE (0x0-0x7FFFF), CONST
memory.plg
礦ision3 Build Log
Project:
C:\Philips\LPC214x\LPC214x_SampleSoftware\Keil\pwm\pwm.uv2
Project File Date: 02/15/2006
Output:
memory.c
/*
* system.c: implement the routes used to access memory under
* DEBUG state.
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#include
#include "../types.h"
#
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
*/
/*
* 需求加载是