代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/338694/12288256
h lf2407regs.h
volatile unsigned int *IMR = (volatile unsigned int *)0x0004; // Interrupt Mask Register
volatile unsigned int *GREG = (volatile unsigned int *)0x0005; // Global memory allocation Regist
www.eeworm.com/read/338690/12288375
h lf2407regs.h
volatile unsigned int *IMR = (volatile unsigned int *)0x0004; // Interrupt Mask Register
volatile unsigned int *GREG = (volatile unsigned int *)0x0005; // Global memory allocation Regist
www.eeworm.com/read/149908/12334148
c alloc.c
/* memory allocation routines
* Copyright 1991 Phil Karn, KA9Q
*
* Adapted from alloc routine in K&R; memory statistics and interrupt
* protection added for use with net package. Must be used
www.eeworm.com/read/250937/12374884
h slabs.h
/* slabs memory allocation */
/* Init the subsystem. 1st argument is the limit on no. of bytes to allocate,
0 if no limit. 2nd argument is the growth factor; each slab will use a chunk
size equ
www.eeworm.com/read/227427/14425781
1 changelog.1
2004-10-19 Gray Watson
* Releasing dmalloc version 5.4.2.
* Refined the definition of the 'alloc-blank' and 'free-blank'
tags. The 'alloc-blank' token clear various parts of the
allocation
www.eeworm.com/read/117743/14906342
cpp jcsque.cpp
// JCSQue.cpp Begin
/*Jon Martin: functions for the storage allocation version of class JCSQue.*/
#include "JCSQue.h"
JCSQue::JCSQue()
{
MAX_ITEMS = 40001;
front = MAX_ITEMS -1;
rear =
www.eeworm.com/read/209537/15217752
c 5.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)
#d
www.eeworm.com/read/209537/15217754
c 3.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)
#d
www.eeworm.com/read/209274/15224151
cpp array.cpp
#include "stdafx.h"
using namespace std;
template
void Array::Allocate()
{
alist=new T[FSize];
if (alist==0)
cerr
www.eeworm.com/read/11175/207655
asm brkctl.asm
page ,132
title brkctl - C system call for memory
;***
;brkctl.asm - DOS brkctl memory allocation
;
; Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
;
;Purpose:
; DOS