代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/428078/1962379
filelist
# The name of the package
PACKAGENAME = dwtrans2d
#
# The specific list of dwtrans2d package files
#
OBJS = $(OBJDIR)chain2_alloc.$(OBJEXT) \
$(OBJDIR)chain2_args.$(OBJEXT) \
$(OBJDIR)chain2_delete.$
www.eeworm.com/read/406690/2275459
h hcmain.h
// HC.h
#include "../../../../Common/Defs.h"
#include "../../../../Common/CRC.h"
#include "../../../../Common/Alloc.h"
namespace HC_NAMESPACE {
#ifdef HASH_ARRAY_2
static const UInt32 kH
www.eeworm.com/read/398634/2372183
h mp_ext.h
/* DO NOT EDIT: automatically built by dist/s_include. */
#ifndef _mp_ext_h_
#define _mp_ext_h_
#if defined(__cplusplus)
extern "C" {
#endif
int __memp_alloc __P((DB_MPOOL *, REGINFO *, MPOOLFILE *,
www.eeworm.com/read/396408/2419907
txt aa.txt
In file included from ../mplaylib.h:3,
from demux_real.c:23:
../uclib.h: In function `uc_malloc':
../uclib.h:106: warning: implicit declaration of function `alloc'
../uclib.h: In func
www.eeworm.com/read/396408/2420316
h l2tables.h
/*
* Modified for use with MPlayer, for details see the changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
* $Id: l2tables.h,v 1.2 2008/03/03 08:11:38 dsqiu Exp $
*/
/*
* Layer 2 Alloc tables
www.eeworm.com/read/391110/2522850
h hcmain.h
// HC.h
#include "../../../../Common/Defs.h"
#include "../../../../Common/CRC.h"
#include "../../../../Common/Alloc.h"
namespace HC_NAMESPACE {
#ifdef HASH_ARRAY_2
static const UInt32 kH
www.eeworm.com/read/391110/2522864
cpp bzip2encoder.cpp
// BZip2Encoder.cpp
#include "StdAfx.h"
#include "BZip2Encoder.h"
#include "../../../Common/Alloc.h"
#include "Original/bzlib.h"
namespace NCompress {
namespace NBZip2 {
static const
www.eeworm.com/read/391110/2522874
cpp bzip2decoder.cpp
// BZip2Decoder.cpp
#include "StdAfx.h"
#include "BZip2Decoder.h"
#include "../../../Common/Alloc.h"
#include "Original/bzlib.h"
namespace NCompress {
namespace NBZip2 {
static const
www.eeworm.com/read/366702/2866983
c new1_x.c
#include
extern "C" void exit (int);
extern "C" void abort (void);
extern void * operator new[] (size_t s) throw (std::bad_alloc);
extern void operator delete[] (void *p) throw ();
struct A
{
www.eeworm.com/read/355768/3048144
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;