代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/204140/5033462

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/204140/5033503

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/204140/5033508

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/204140/5033520

cpp dllexports.cpp

// DLLExports.cpp #include "StdAfx.h" #include "Common/MyInitGuid.h" #include "Common/ComTry.h" #ifdef _WIN32 #include "Common/Alloc.h" #endif #include "PPMDEncoder.h" #include "PPMDDeco
www.eeworm.com/read/204140/5033706

cpp cabhandler.cpp

// CabHandler.cpp #include "StdAfx.h" #include "Common/StringConvert.h" #include "Common/Defs.h" #include "Common/Alloc.h" #include "Common/UTFConvert.h" #include "Common/ComTry.h" #include
www.eeworm.com/read/200278/5070780

c mutex1.c

#include #include struct foo { int f_count; pthread_mutex_t f_lock; /* ... more stuff here ... */ }; struct foo * foo_alloc(void) /* allocate the object */ { s
www.eeworm.com/read/200278/5070806

h calld.h

#include "apue.h" #include #define CS_CALL "/home/sar/calld" /* well-known name */ #define CL_CALL "call" #define MAXSYSNAME 256 #define MAXSPEEDSTR 256 /* * Number of structures to alloc
www.eeworm.com/read/195013/5123157

c balloc.c

/* * linux/fs/hfs/balloc.c * * Copyright (C) 1995-1997 Paul H. Hargrove * This file may be distributed under the terms of the GNU General Public License. * * hfs_bnode_alloc() and hfs_bnode_bit
www.eeworm.com/read/191923/5160903

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/191923/5160908

h lzmadecoder.h

// LZMA/Decoder.h #ifndef __LZMA_DECODER_H #define __LZMA_DECODER_H #include "../../../Common/MyCom.h" #include "../../../Common/Alloc.h" #include "../../ICoder.h" #include "../LZ/LZOutWindow.h" #in