代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/247871/4472744

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/247871/4472756

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/247871/4472944

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/247473/4481687

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/240162/4579380

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/233448/4671686

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/229812/4739772

cpp wctest44.cpp

#include #include #include // test allocation and deallocation fn's static void *alloc_fn( size_t size ){ char *mem; mem = new char[ size + 1 ]
www.eeworm.com/read/229812/4739792

cpp wctest53.cpp

#include #include #include #include "testexpt.h" #include "strdata.h" static int fail_alloc = 0; // test allocation and deallocation fn's static void *a
www.eeworm.com/read/209211/4986056

makefile

!include "..\mkconfig.nmk" !include "..\$(SYSHOST)\mkhost" !include "..\$(OBJDIR)\makefile" LIB=libimage.$A OFILES_C= \ alloc.$O\ arith.$O\ bezier.$O\ buildfont.$O\ bytesperline.$O\ creadimage.
www.eeworm.com/read/209211/4986592

c s_array.c

#include #include #include "String.h" extern String* _s_alloc(void); /* return a String containing a character array (this had better not grow) */ extern String * s_array(char *cp, in