代码搜索:allocate
找到约 4,260 项符合「allocate」的源代码
代码结果 4,260
www.eeworm.com/read/306178/3748373
allocate
aaaallllllllooooccccaaaatttteeee((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))
www.eeworm.com/read/187477/8637431
c allocate.c
#include
#include "macros.h"
#include "options.h"
#include "index.h"
#include "global.h"
#include "assert.h"
/*-----------------------------------------------------------------------------
www.eeworm.com/read/429790/8788664
h allocate.h
// allocate.h: Header file for the allocate.c file
// Copyright (C) 2005 Andrew Greenberg
// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991).
// See the "COPYING" file di
www.eeworm.com/read/429790/8788690
c allocate.c
// tracking.c Carrier and Code tracking
// Copyright (C) 2005 Andrew Greenberg
// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991).
// See the "COPYING" file distributed w
www.eeworm.com/read/427313/8951911
c allocate.c
/* Allocate and clear storage for bison,
Copyright (C) 1984, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redistribut
www.eeworm.com/read/419830/10834745
c allocate.c
/* Memory allocation and deallocation routines */
# include
# include
# include
# include "global.h"
# include "rand.h"
/* Function to allocate memory to a population
www.eeworm.com/read/450111/7490570
hpp allocate.hpp
#ifndef AllocatedHPP
#define AllocatedHPP
#include
template
inline TType *Allocate(int Count, TType *)
{
if (Count < 0)
Count = 0;
return new TType[Count];
}
www.eeworm.com/read/140161/13102109
c allocate.c
/*
Copyright 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13102248
p allocate.p
/* Protogen Version 1.07 Tuesday October 31, 1995 21:29:03 */
/* Allocate.c */
void MemoryInit(uint size);
void MemoryRundown(void);
void *ReallocateMemory(void
www.eeworm.com/read/140161/13102272
c allocate.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t