代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/456435/7349511

map blinky.map

ARM Linker, RVCT3.1 [Build 919] for uVision [Standard] ================================================================================ Section Cross References lpc2300.o(RESET) refers to
www.eeworm.com/read/446936/7562765

c odd_1.c

#define FEATURE_MAX_D 128 #include #include struct feature { double descr[FEATURE_MAX_D]; }; void main() { int n1,i=0; struct feature *feat1; FILE *fp,*fp0; fp=fo
www.eeworm.com/read/444799/7606477

c invcreat.c

/* ** Function to create a SUBASSEMBLY inventory record. */ #include #include #include "inventor.h" Invrec * create_subassy_record( int n_parts ) { Invrec *new_rec;
www.eeworm.com/read/444799/7606479

c alloc.c

/* ** Implementation for a less error-prone memory allocator. */ #include #include "alloc.h" #undef malloc void * alloc( size_t size ) { void *new_mem; /* ** Ask for the re
www.eeworm.com/read/444091/7618121

c invcreat.c

/* ** Function to create a SUBASSEMBLY inventory record. */ #include #include #include "inventor.h" Invrec * create_subassy_record( int n_parts ) { Invrec *new_rec;
www.eeworm.com/read/444091/7618125

c alloc.c

/* ** Implementation for a less error-prone memory allocator. */ #include #include "alloc.h" #undef malloc void * alloc( size_t size ) { void *new_mem; /* ** Ask for the re
www.eeworm.com/read/436719/7765298

cpp func7-2.cpp

// func7-2.cpp 包括弧(边)的相关信息类型的定义及对它的操作 #define MAX_INFO 20 // 弧(边)的相关信息字符串的最大长度+1 typedef char InfoType; // 弧(边)的相关信息类型 void InputArc(InfoType* &arc) // 与之配套的输入弧(边)的相关信息的函数 { char s[MAX_INFO
www.eeworm.com/read/436521/7768661

c invcreat.c

/* ** Function to create a SUBASSEMBLY inventory record. */ #include #include #include "inventor.h" Invrec * create_subassy_record( int n_parts ) { Invrec *new_rec;
www.eeworm.com/read/436521/7768663

c alloc.c

/* ** Implementation for a less error-prone memory allocator. */ #include #include "alloc.h" #undef malloc void * alloc( size_t size ) { void *new_mem; /* ** Ask for the re
www.eeworm.com/read/299091/7889711

c r_data.c

//************************************************************************** //** //** r_data.c : Heretic 2 : Raven Software, Corp. //** //** $RCSfile: r_data.c,v $ //** $Revision: 1.8 $ //** $Date: