代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/470720/1447404

c net46.c

#include #include #include #include int fail = 1; int in_main = 0; void *operator new(size_t size) throw (std::bad_alloc) { if (!in_main) return malloc (size)
www.eeworm.com/read/470693/1456451

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/470693/1459350

c net46.c

#include #include #include #include int fail = 1; int in_main = 0; void *operator new(size_t size) throw (std::bad_alloc) { if (!in_main) return malloc (size)
www.eeworm.com/read/464631/1526250

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/464631/1526772

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/457853/1592612

xmap m5282evb_sdram.xmap

# Link map of asm_startmeup # Unreferenced symbols: _user_input (asm.c ) (alloc.c ) [whole file] (params.c ) [whole file] # .sdram # .vector_ram # .dbug # .user_space # .sr
www.eeworm.com/read/249482/4450356

dat funtc139b.dat

#include #include #include int main(void) { unsigned int size, segp; int stat; size = 64; /* (64 x 16) = 1024 bytes */ stat = allocmem(size, &segp);
www.eeworm.com/read/249482/4450777

dat funtc136b.dat

#include #include #include #include int main(void) { char far *fptr; char *str = "Hello"; fptr = farcalloc(10, sizeof(char)); movedata(F
www.eeworm.com/read/249482/4450915

dat funtc134b.dat

#include #include #include #include int main(void) { char far *fptr; char *str = "Hello"; fptr = farcalloc(10, sizeof(char)); movedata(F
www.eeworm.com/read/247871/4473190

cpp benchmarkdialog.cpp

// BenchmarkDialog.cpp #include "StdAfx.h" #include "Common/IntToString.h" #include "Common/StringToInt.h" #include "Common/Exception.h" #include "Common/Alloc.h" #include "Windows/Thread.h"