代码搜索结果
找到约 79,096 项符合
Memory 的代码
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\DSP\03. Examples of Program\04. SEED-DTK643\3.2.1 memory\"
ProjectType=Executable
memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*----------------------------------
memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*----------------------------------
memory.lst
ARM COMPILER V2.53, memory 12/06/06 10:18:26 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE memory
OBJECT MODULE PLACED IN
memory.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.10
*---------------------------
memory.lnp
".\Obj\Startup.obj",
".\Obj\DiskImg.obj",
".\Obj\usbhw.obj",
".\Obj\usbcore.obj",
".\Obj\usbdesc.obj",
".\Obj\usbuser.obj",
".\Obj\mscuser.obj",
".\Obj\memory.obj"
TO ".\Obj\Memory"
PRINT("
memory.plg
礦ision3 Build Log
Project:
D:\work\ARM\LPC214X_sample\USBMem\Memory.uv2
Project File Date: 04/07/2006
Output:
memory.h
#ifndef _MEMORY_H_
#define _MEMORY_H_
#include
/**
* Pre-allocate a chunk of memory and allocate them in small pieces.
* Those memory are never freed after allocation. Used for persist
memory.cpp
#include "memory.h"
#define PRE_ALLOC_SIZE 2097152 /* 2MB */
namespace rmmseg
{
char *_pool_base = static_cast(std::malloc(PRE_ALLOC_SIZE));
int _pool_size = PRE_ALLOC_SIZE;
}
memory.java
/**
* Main driver for the Memory game.
*
* @author Terri Paik
* @author Zhu Jing
* StudentID:0631118
* Project: 3
* Date:2009/04/02
*/
public class Memory {
/**
* T