代码搜索结果
找到约 79,096 项符合
Memory 的代码
memory.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.10
*---------------------------
memory.lnp
".\obj\startup.o" ".\obj\diskimg.o" ".\obj\usbhw.o" ".\obj\usbcore.o" ".\obj\usbdesc.o" ".\obj\usbuser.o" ".\obj\mscuser.o" ".\obj\memory.o" --strict --scatter ".\Obj\Memory.sct"
--map --xref --call
memory.tra
*** Creating Trace Output File '.\Obj\Memory.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\startup.o"'
### List of Objects: adding '".\obj
memory.plg
礦ision3 Build Log
Project:
D:\Keil\ARM\RV30\Boards\Keil\MCB2140\USBMem\Memory.uv2
Project File Date: 02/04/2006
Output:
Build target 'MCB2140
memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*----------------------------------
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\ICETEK-VC5509-C\Lab3-Memory\"
ProjectType=Executable
CPUFamily=TMS32
memory.h
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 18:14
// 名前: tiamo
// 描述: memory manager
//************************************************
memory.cpp
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 18:21
// 名前: tiamo
// 描述: memory
// you should call init*** in your driver entry,and shut
memory.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Memory allocation routines.
*/
#ifndef _JOHN_MEMORY_H
#define _JOHN_MEMORY_H
#incl
memory.h
/* pxdscript memory.h
*/
#define NEW(type) (type *)Malloc(sizeof(type))
void *Malloc(unsigned n);
char *strdup(const char *src);