代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/428078/1962615
filelist
# The name of the package
PACKAGENAME = wtrans1d
#
# The specific list of Wtrans1d package files
#
OBJS = $(OBJDIR)cwt1d.$(OBJEXT) \
$(OBJDIR)filter_alloc.$(OBJEXT) \
$(OBJDIR)filter_bior.$(OBJEXT)
www.eeworm.com/read/427736/1966745
cpp filtercoder.cpp
// FilterCoder.cpp
#include "StdAfx.h"
#include "FilterCoder.h"
extern "C"
{
#include "../../../C/Alloc.h"
}
#include "../../Common/Defs.h"
#include "StreamUtils.h"
static const UInt32
www.eeworm.com/read/427735/1967164
cpp filtercoder.cpp
// FilterCoder.cpp
#include "StdAfx.h"
#include "FilterCoder.h"
extern "C"
{
#include "../../../C/Alloc.h"
}
#include "../../Common/Defs.h"
#include "StreamUtils.h"
static const UInt32
www.eeworm.com/read/427735/1967686
cpp fm.cpp
// FM.cpp
#include "StdAfx.h"
#include "resource.h"
#include "Panel.h"
extern "C"
{
#include "../../../../C/Alloc.h"
}
#include "Common/Defs.h"
#include "Common/StringConvert.h"
//
www.eeworm.com/read/419645/2074658
cpp bzip2encoder.cpp
// BZip2Encoder.cpp
#include "StdAfx.h"
extern "C"
{
#include "../../../../C/Alloc.h"
#include "../../../../C/BwtSort.h"
#include "../../../../C/HuffEnc.h"
}
#include "BZip2Encoder.h"
www.eeworm.com/read/419645/2074738
cpp filtercoder.cpp
// FilterCoder.cpp
#include "StdAfx.h"
#include "FilterCoder.h"
extern "C"
{
#include "../../../C/Alloc.h"
}
#include "../../Common/Defs.h"
#include "StreamUtils.h"
static const UInt32
www.eeworm.com/read/419645/2075273
cpp fm.cpp
// FM.cpp
#include "StdAfx.h"
#include "resource.h"
#include "Panel.h"
extern "C"
{
#include "../../../../C/Alloc.h"
}
#include "Common/Defs.h"
#include "Common/StringConvert.h"
//
www.eeworm.com/read/386035/2576645
cpp filtercoder.cpp
// FilterCoder.cpp
#include "StdAfx.h"
#include "FilterCoder.h"
extern "C"
{
#include "../../../C/Alloc.h"
}
#include "../../Common/Defs.h"
#include "StreamUtils.h"
static const UInt3
www.eeworm.com/read/366702/2866992
c new1_y.c
#include
extern int ret;
void *ptr;
void * operator new[] (size_t s) throw (std::bad_alloc)
{
ptr = operator new (s);
return ptr;
}
void operator delete[] (void *p) throw ()
{
if (p ==
www.eeworm.com/read/261052/4325862
dep mod_auth_dbm.dep
# Microsoft Developer Studio Generated Dependency File, included by mod_auth_dbm.mak
..\..\modules\standard\mod_auth_dbm.c : \
"..\..\include\ap.h"\
"..\..\include\ap_alloc.h"\
"..\..\include\ap_c