代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/215124/15073510

c fillheap.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)
www.eeworm.com/read/215018/15076745

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/214399/15101777

c parx.c

/* parx.c */ /* Atmel AT89C2051 Programmer Dhananjay V. Gadre */ #include #include #include #include #include #include #include
www.eeworm.com/read/206867/15287733

c fillheap.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)
www.eeworm.com/read/9374/167014

c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)
www.eeworm.com/read/10438/186002

cpp newop.cpp

// newop operator new(size_t) for Microsoft C++ #include #include _C_LIB_DECL int __cdecl _callnewh(size_t count) _THROW1(_STD bad_alloc); _END_C_LIB_DECL void *__CRTDECL ope
www.eeworm.com/read/11180/210745

c fillheap.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)
www.eeworm.com/read/16515/677063

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/474814/1390623

c sds_incfile.c

#include "Sds/sdsgen.h" #if defined(__MSDOS__) #include #include #include #else #include #include #include #include #endif
www.eeworm.com/read/464631/1526205

cpp bcj2coder.cpp

// Bcj2Coder.cpp #include "StdAfx.h" extern "C" { #include "../../../C/Alloc.h" } #include "Bcj2Coder.h" namespace NCompress { namespace NBcj2 { inline bool IsJcc(Byte b0, Byte b1)