代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/455449/1614999
def _fat.def
#ifndef _FAT16_DEF_
// The FAT16_MAX_FILES_OPEN #define is only applicable when Dynamic
// memeory allocation is not used (FAT16_DYNAMIC_MEM not defined).
// Defines how many concurent open files
www.eeworm.com/read/455449/1615010
def _fat.def
#ifndef _FAT16_DEF_
// The FAT16_MAX_FILES_OPEN #define is only applicable when Dynamic
// memeory allocation is not used (FAT16_DYNAMIC_MEM not defined).
// Defines how many concurent open files
www.eeworm.com/read/229812/4729333
x mem2.x
/*
* MEM2.C - memory allocation/usage routines
*
* By: Craig Eisler
* June 4-5,11-12,17 1990
* July 16,31 1990
* August 1 1990
* September 11 1990
* October 3
www.eeworm.com/read/229812/4741007
mh alloca.mh
/*
* alloca.h Dynamic stack storage allocation
*
:include crwat.sp
*/
#ifndef _STRINGS_H_INCLUDED
#define _STRINGS_H_INCLUDED
:include readonly.sp
#ifndef _COMDEF_H_INCLUDED
#incl
www.eeworm.com/read/216450/4893265
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bit wi
www.eeworm.com/read/216450/4893321
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bit wi
www.eeworm.com/read/216450/4894223
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bit wi
www.eeworm.com/read/209211/4984204
c n3.c
/*
* troff3.c
*
* macro and string routines, storage allocation
*/
#include "tdef.h"
#include "fns.h"
#include "ext.h"
Tchar *argtop;
int pagech = '%';
int strflg;
#define MHASHSIZE 128 /* mus
www.eeworm.com/read/209211/4984544
c alloc.c
/*
* area-based allocation built on malloc/free
*/
#include "sh.h"
# if DEBUG_ALLOC
void acheck ARGS((Area *ap));
# define ACHECK(ap) acheck(ap)
# else /* DEBUG_ALLOC */
# define ACHECK(ap)
#
www.eeworm.com/read/196768/5100373
cc bighashmap_arena.cc
// -*- c-basic-offset: 4; related-file-name: "../include/click/bighashmap_arena.hh" -*-
/*
* bighashmap_arena.{cc,hh} -- memory allocation for hash tables, etc.
* Eddie Kohler
*
* Copyright (c) 20