代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/148294/6322560
h utility.h
#ifndef _UTILITY_H
#define _UTILITY_H
/* utility.h
* coded by Alex Gruenstein for CS107, TA: AndyG
* This is the interface to a useful memory allocation
* function (GetBlock) and a useful macro (N
www.eeworm.com/read/486418/6532295
c allocate.c
/* Memory allocation and deallocation routines */
# include
# include
# include
# include "global.h"
# include "rand.h"
/* Function to allocate memory to a population
www.eeworm.com/read/403011/11524517
h dma.h
// dma.h -- inheritance and dynamic memory allocation
#ifndef DMA_H_
#define DMA_H_
#include
// Base Class Using DMA
class baseDMA
{
private:
char * label;
int rating;
www.eeworm.com/read/403009/11524822
h dma.h
// dma.h -- inheritance and dynamic memory allocation
#ifndef DMA_H_
#define DMA_H_
#include
// Base Class Using DMA
class baseDMA
{
private:
char * label;
int rating;
www.eeworm.com/read/158004/11650024
h f2407_c.h
/* Core registers */
#define IMR (volatile unsigned int *)0x0004 /* Interrupt mask reg */
#define GREG (volatile unsigned int *)0x0005 /* Global memory allocation reg */
#defin
www.eeworm.com/read/346961/11710153
c interfac.c
/* command line interface for Clustal W */
/* DES was here MARCH. 1994 */
/* DES was here SEPT. 1994 */
/* Fixed memory allocation bug in check_param() . Alan Bleasby Dec 2002 */
#include
www.eeworm.com/read/258157/11881087
h c240.h
#define IMR (* (volatile unsigned int *) 0x04) /* Interrupt Mask Register*/
#define GREG (* (volatile unsigned int *) 0x05) /* Global memory allocation Register */
#define IFR (* (volatil
www.eeworm.com/read/258153/11881203
h f240.h
IMR .set 0004h /* Interrupt Mask Register*/
GREG .set 0005h /* Global memory allocation Register */
IFR .set 0006h /* Interrupt Flag Register */
/* System configuration and i
www.eeworm.com/read/258153/11881470
h c240.h
#define IMR (* (volatile unsigned int *) 0x04) /* Interrupt Mask Register*/
#define GREG (* (volatile unsigned int *) 0x05) /* Global memory allocation Register */
#define IFR (* (volatil
www.eeworm.com/read/342904/11992112
c h.c
/*
* h.c -- Handle allocation module
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
* See the file "license.txt" for usage and redistribution license requirements
*