代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.html
Global Memory Table
memory.h
/*
* memory.h - flat memory space interfaces
*
* This file is a part of the SimpleScalar tool suite written by
* Todd M. Austin as a part of the Multiscalar Research Project.
*
* The tool suit
memory.c
/*
* memory.c - flat memory space routines
*
* This file is an adaptation of the software in the SimpleScalar tool suite
* originally written by Todd M. Austin for the Multiscalar Research Project
memory.h
/* File : memory.h
Author : Richard A. O'Keefe.
Updated: 1 June 1984
Purpose: Header file for the System V "memory(3C)" package.
All the functions in this package are the orig
memory.c
#include "config.h"
#include "debug.h"
#include "simple_list.h"
typedef struct __mem_allocator smemAllocator_t;
struct __mem_allocator {
sElement_t header;
#ifdef DEBUG
int lineno;
int v
memory.c
/*
* linux/mm/memory.c
*
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be eas
memory.h
/*******************************************************************************
* Copyright: Copyright (c) 2007. Hisilicon Technologies, CO., LTD.
* Version: V300R001B04
* Filename: Me
memory.c
/*******************************************************************************
* Copyright: Copyright (c) 2007. Hisilicon Technologies, CO., LTD.
* Version: V300R001B04
* Filename: Me