代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/110993/15520985
cpp memcheck.cpp
//: C26:MemCheck.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Memory allocation test
www.eeworm.com/read/104464/15691741
h cfonts.h
// font bitmap allocation
BITMAP Font[26];
void LoadCharacters (void)
{
int i;
char str[30];
for (i=0; i
www.eeworm.com/read/100264/15879502
c unode.c
/* unode.c: Allocation and general routines dealing with user nodes */
/* $Id: unode.c 2.1 1995/10/24 15:46:14 tsurace Release $ */
#include "vt.h"
static int id = 0; /* Used to assign unique
www.eeworm.com/read/189512/8466452
c xmalloc.c
static char rcsid[] = "$Id: xmalloc.c,v 1.1 1999/11/03 20:42:14 golda Exp $";
/*
* xmalloc.c - Memory allocation for Essence system.
*
* Darren Hardy, hardy@cs.colorado.edu, February 1994
*
*
www.eeworm.com/read/432289/8614428
cpp memcheck.cpp
//: C26:Memcheck.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Memory allocation tester
#include
www.eeworm.com/read/281650/9143863
c heap.c
/*
* vivi/lib/heap.c: simple dynamic memory allocation routine
*
* Based on bootldr/heap.c
*
*/
#include "config.h"
#include "machine.h"
#include "printk.h"
#ifdef DEBUG_HEAP
#define DPRINTK(ar
www.eeworm.com/read/178378/9405251
cpp memcheck.cpp
//: C26:Memcheck.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Memory allocation tester
#include
www.eeworm.com/read/423652/10539532
prefs org.eclipse.jdt.core.prefs
#Sat Oct 06 15:55:56 CST 2007
eclipse.preferences.version=1
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_e
www.eeworm.com/read/275840/10792501
c gaixie.c
/* Note:Your choice is C IDE */
#include "string.h"
#include
#include
#define M 5
#define N 3
#define FALSE 0
#define TRUE 1
struct a
{int MAX;
int ALLOCATION;