代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/452512/7438879
c pngmem.c
/* pngmem.c - stub functions for memory allocation
*
* libpng 1.0.2 - June 14, 1998
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Sch
www.eeworm.com/read/443535/7630823
txt bankeralgorithm.txt
*/
#include "malloc.h"
#include "stdio.h"
#define alloclen sizeof(struct allocation)
#define maxlen sizeof(struct max)
#define avalen sizeof(struct available)
#define needlen sizeof(struct need)
www.eeworm.com/read/437608/7745117
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/299085/7889782
c 111.c
#include "malloc.h"
#include "stdio.h"
#define alloclen sizeof(struct allocation)
#define maxlen sizeof(struct max)
#define avalen sizeof(struct available)
#define needlen sizeof(struct need)
www.eeworm.com/read/398869/7913368
txt 银行家算法步骤.txt
#include "malloc.h"
#include "stdio.h"
#include "stdlib.h"
#define alloclen sizeof(struct allocation)
#define maxlen sizeof(struct max)
#define avalen sizeof(struct available)
#defin
www.eeworm.com/read/146172/12666904
c pngmem.c
/* pngmem.c - stub functions for memory allocation
*
* libpng version 1.2.8 - December 3, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 Gl
www.eeworm.com/read/333254/12693383
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/325540/13197489
cpp crsa.cpp
//class vlong_value;
#include "stdafx.h"
#include "CRSA.h"
/*
class flex_unit // Provides storage allocation and index checking
{
unsigned * a; // array of units
unsigned z; // units al
www.eeworm.com/read/138783/13213505
c pngmem.c
/* pngmem.c - stub functions for memory allocation
*
* libpng 1.0.12 - June 8, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers
www.eeworm.com/read/307145/13727724
c c11_017.c
/* c11_017.c - demo of dynamically allocated 2D array
*
* C11_017 - dynamic allocation of arrays
*
* Copyright (C) 2000 Richard Heathfield
* Eton Computer Systems Lt