代码搜索结果

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

memory.java

package design; /** * Title: 操作系统课程设计 * Description: * Copyright: Copyright (c) 2003 * Company: * @author 胡波 * @version 1.0 */ public class Memory {

memory.inc

;;***************************************************************************** ;;***************************************************************************** ;; ;; FILENAME: Memory.inc ;;

memory.cs

using System; using System.Runtime.InteropServices; namespace SmartAnswerCall.处理类 { public class Memory { public const uint LMEM_FIXED = 0; public const uint LMEM_MODI

memory.h

#ifndef _GOS_MEMORY_H_ #define _GOS_MEMORY_H_ #define ZeroMemory(pDest,nLength) FillMemory(pDest,nLength,0) #define AllocSize(pBlock) (*(PDWORD(pBlock)-1)) #define _msize(pBlock) (pBlock?AllocSi

memory.cpp

#include "GOS.h" #include "Memory.h" #define TRACE(x) #define HA_INTSIZE sizeof(DWORD) #define HA_GROUPLAST 11 #define HA_GROUPFIRST 4 #define HA_BLOCKALIGN(nGroup) (1

memory.n

'\" '\" Copyright (c) 1992-1999 by Karl Lehenbauer and Mark Diekhans '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" '\" RCS: @(#) $Id: memory.n,v 1.5 2002/11/15 15:34:1

memory.h

/********************************************************************* * File: memory.h * Description: Creation / Deletion functions for all data structures. * * Author: Joerg Hoffmann / Frank

memory.c

/********************************************************************* * File: memory.c * Description: Creation functions for all data structures. * * Author: Joerg Hoffmann / Frank Rittinger

memory.c

/* +----------------------------------------------------------------------+ | | | OCILIB - C Dri

memory.h

// Memory.h: interface for the CMemory class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MEMORY_H__6CAD0188_576B_4104_BAC7_93F2EE653985__INCLUDED_)