代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.patch
118d117
<
144c143
< buf = (int_t *) SUPERLU_MALLOC(n * sizeof(int_t));
---
> buf = (int_t *) SUPERLU_MALLOC( SUPERLU_MAX(1, n) * sizeof(int_t));
152c151
< buf = (int_t *) SUPERLU_MALLOC(n
memory.c
/*
* -- Distributed SuperLU routine (version 1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* September 1, 1999
*
*/
#include "superlu_ddefs.h"
/*
* Global variables
memory.h
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the software described in it is f
memory.c
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the software described in it is f
memory.c
#include
#include
#include
#include
#include
int do_exit(long code);
#define invalidate() \
//下面的内嵌汇编的意思是:
// movl 0 %eax
memory.h
#pragma once
#include
#include "RegisterType.h"
using namespace std;
class Memory
{
mapMem;
unsigned gp;
public:
Memory();
void clear();
void Save(int address,un
memory.cpp
#include "StdAfx.h"
#include "Memory.h"
void Memory::clear()
{
gp = 0x10008000;
Mem.clear();
}
void Memory::Save(int address,union RegisterType Register){
Mem[address] = Register.IntV;
memory.hh
// Copyright (C) 2003 salvatore orlando
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licens
memory.cc
// Copyright (C) 2003 salvatore orlando
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licens
memory.h
/********************************************************************************/
/* MEMORY.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***