代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/233188/14164686

cpp actioncompiler.cpp

#include "actioncompiler.h" class CompiledActions : public FlashActionRecord { char * data; int len; public: CompiledActions(char *data, int len) { this->data = (char*)malloc(len);
www.eeworm.com/read/128523/14292282

c gabbs.c

//主程序 #include "sga.h" main(argc,argv) int argc; char *argv[]; { struct individual *temp; FILE *fopen(); void copyright(); char *malloc(); /* determine
www.eeworm.com/read/122676/14675925

c intrcpt.c

//================================== // APISPY32 - Matt Pietrek 1995 // FILE: INTRCPT.C //================================== #include #include #include #includ
www.eeworm.com/read/122676/14675951

c return.c

//================================== // APISPY32 - Matt Pietrek 1995 // FILE: RETURN.C //================================== #include #include #include "perthred.h" #inclu
www.eeworm.com/read/222590/14684618

readme_testgmtime

FILE LIST - testGmtime.c DESCRIPTION - This file compares the current local time with GM time. malloc: This routine allocates a block of memory from the free list.
www.eeworm.com/read/210394/15199440

readme_testgmtime

FILE LIST - testGmtime.c DESCRIPTION - This file compares the current local time with GM time. malloc: This routine allocates a block of memory from the free list.
www.eeworm.com/read/16069/644971

c alloc.c

/* * File: alloc.c * Purpose: generic malloc() and free() engine * * Notes: 99% of this code stolen/borrowed from the K&R C * examples. * */ #include "co
www.eeworm.com/read/21470/837745

landzo

/* * File: alloc.c * Purpose: generic malloc() and free() engine * * Notes: 99% of this code stolen/borrowed from the K&R C * examples. * */ #include "co
www.eeworm.com/read/25701/949369

c alloc.c

/* * File: alloc.c * Purpose: generic malloc() and free() engine * * Notes: 99% of this code stolen/borrowed from the K&R C * examples. * */ #include "co
www.eeworm.com/read/27164/980243

c alloc.c

/* * File: alloc.c * Purpose: generic malloc() and free() engine * * Notes: 99% of this code stolen/borrowed from the K&R C * examples. * */ #include "co