代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.dsp
# Microsoft Developer Studio Project File - Name="Memory" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
memory.c
#include
#define WAITING 0
#define RUNNING 1
typedef int STATE;
typedef struct FreeBlock
{
int begin;
int size;
struct FreeBlock* next;
} FreeBlock;
typedef struct RunBlock
memory.plg
Build Log
--------------------Configuration: Memory - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lab\LO
memory.inc
LIST
; MEMORY.INC Standard Header File, Version 1.02 Microchip Technology, Inc.
NOLIST
; This header file defines the maximum byte address for memory devices.
; To use MPAS
memory.h
// Memory.h: interface for the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MEMORY_H__4CFB3274_44B6_4CEA_B6C3_347F63CBFCDB__INCLUDED_)
memory.cpp
// Memory.cpp: implementation of the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "os.h"
#include "Memory.h"
#ifdef _
memory.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
memory.log
ENTER: new
ENTER: m_allocator()
00001 ??(00000)::?? new : 40 bytes
OK: 008
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