代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/165816/10050693
c pciautoconfiglib.c
/* pciAutoConfigLib.c - PCI bus scan and resource allocation facility */
/* Copyright 1997-2000 Motorola, Inc. All Rights Reserved */
/* Copyright 1997-2000 Wind River Systems, Inc. All Rights Res
www.eeworm.com/read/423094/10588064
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
www.eeworm.com/read/296774/7113510
c cppalloc.c
/* Part of CPP library. (memory allocation - xmalloc etc)
Copyright (C) 1986, 87, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by b
www.eeworm.com/read/297233/8037865
c cppalloc.c
/* Part of CPP library. (memory allocation - xmalloc etc)
Copyright (C) 1986, 87, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by b
www.eeworm.com/read/327978/13053077
cpp stdafx.cpp
#include "stdafx.h"
#include
using namespace std;
//创建单链表:
Lnode * creatList(int n){
Lnode *HL, *p, *s;
int i = 0;
HL = new Lnode;
if(!HL){
cout
www.eeworm.com/read/148359/5715408
h xmlmemory.h
/*
* xmlmemory.h: interface for the memory allocation debug.
*
* daniel@veillard.com
*/
#ifndef _DEBUG_MEMORY_ALLOC_
#define _DEBUG_MEMORY_ALLOC_
#include
#if defined(WIN32) && define
www.eeworm.com/read/137317/5825772
c tty.c
/* $Id: tty.c,v 1.1.1.1 1999/04/10 10:17:24 edwardc Exp $ */
/*
* TTY.C ------ Routines for pseudo terminal allocation.
* Various platforms are supported.
*
* Copyright (C) 1992, 1993 Yongguang
www.eeworm.com/read/131315/5936134
h regs.h
/* Define per-register tables for data flow info and register allocation.
Copyright (C) 1987 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistrib
www.eeworm.com/read/130382/5958832
c tlmisc.c
//: TreeList memory allocation and miscellaneous routines
//
// $Id: TLMisc.c,v 1.15 1998/08/13 23:18:59 pbj Exp $
//
#include "TLintern.h"
#include
#include
//-----
www.eeworm.com/read/112192/6148022
h xmlmemory.h
/*
* xmlmemory.h: interface for the memory allocation debug.
*
* Daniel.Veillard@w3.org
*/
#ifndef _DEBUG_MEMORY_ALLOC_
#define _DEBUG_MEMORY_ALLOC_
#include
#include