代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/312645/3651497

cxx dlmalloc.cxx

//========================================================================== // // dlmalloc.cxx // // Port of Doug Lea's malloc implementation // //====================================
www.eeworm.com/read/398200/2383603

cxx dlmalloc.cxx

//========================================================================== // // dlmalloc.cxx // // Port of Doug Lea's malloc implementation // //==========================================
www.eeworm.com/read/359581/10135284

c names3.c

// names3.c -- use pointers and malloc() #include #include // for strcpy(), strlen() #include // for malloc(), free() struct namect { char * fname; // u
www.eeworm.com/read/356874/10219864

c names3.c

// names3.c -- use pointers and malloc() #include #include // for strcpy(), strlen() #include // for malloc(), free() struct namect { char * fname; // u
www.eeworm.com/read/421785/10698848

c names3.c

// names3.c -- use pointers and malloc() #include #include // for strcpy(), strlen() #include // for malloc(), free() struct namect { char * fname; // u
www.eeworm.com/read/465026/7064389

c juzhen.c

#include #include #define max 100 typedef struct node{ int n; int data[max]; }duijiao; duijiao *Set() { duijiao *A; int i; A=(duijiao *)malloc(sizeo
www.eeworm.com/read/457902/7315744

c names3.c

// names3.c -- use pointers and malloc() #include #include // for strcpy(), strlen() #include // for malloc(), free() struct namect { char * fname; // u
www.eeworm.com/read/449530/7501275

c names3.c

// names3.c -- use pointers and malloc() #include #include // for strcpy(), strlen() #include // for malloc(), free() struct namect { char * fname; // u
www.eeworm.com/read/195842/8127004

c delete.c

void Delete(DBF * dbf_name, char * commond, FILE ** opened_fp) { RecUnion rec[MAX_FILED_COUNT]; RecUnion * recIn = (RecUnion *)malloc(sizeof(RecUnion)); RecUnion * tempRec = (RecUnion *)malloc
www.eeworm.com/read/195842/8127032

c update.c

void Update(DBF * dbf_name, char * commond, FILE ** opened_fp) { RecUnion rec[MAX_FILED_COUNT]; RecUnion * recIn = (RecUnion *)malloc(sizeof(RecUnion)); RecUnion * tempRec = (RecUnion *)malloc