代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/101004/15858273
asl memory.asl
Device(MEM) { // Memory
Name(_HID, EISAID("PNP0C01")) // Hardware Device ID
Method(_CRS,0) { //Current
www.eeworm.com/read/101004/15858290
asx memory.asx
www.eeworm.com/read/100919/15860605
cpp memory.cpp
#include "stdafx.h"
#include "..\Include\C_Memory.h"
//===================================================================
void * fooMallocSharedMemory (PCTSTR pName, int iBlkSize, HANDLE * hMap
www.eeworm.com/read/100573/15871601
c memory.c
#include
#include
#include
#include
#include
int do_exit(long code);
#define invalidate() \
__asm__("movl %%eax,%%cr3"::"a
www.eeworm.com/read/100573/15871629
h 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
www.eeworm.com/read/100402/15874637
asm memory.asm
;
; GRDP
;
; Copyright(c) LADsoft
;
; David Lindauer, camille@bluegrass.net
;
;
; MEMORY.ASM
;
; Function: Handle various memory-management tasks
;
;MASM MODE
.MODEL SMALL
.386
i
www.eeworm.com/read/100395/15874827
html memory.html
Newmat09 - memory management
Memory management
next -
skip -
up
www.eeworm.com/read/100237/15879804
c memory.c
/*
* (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
* You may copy, distribute, and use this software as long as this
* copyright statement is not removed.
*/
#ifndef lint
static
c
www.eeworm.com/read/100178/15881607
h 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