代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/464740/7155888

c link.c

#include "link.h" #include #include /* 从链表头结点插入 */ void link_insert_front(struct LINKLIST* THIS,void *data,int size) { NODE *newNode=(NODE *)malloc(sizeof(NODE)); //v
www.eeworm.com/read/457779/7317875

cpp efficience.cpp

#include #include #include"malloc.h" /* malloc()等 */ #include"process.h" /* exit() */ #include #define MAX_NODE 10 #define LEFT(i) (2 * (i) + 1) #define RIGHT(i)
www.eeworm.com/read/307306/13724352

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usa
www.eeworm.com/read/303628/13810898

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usa
www.eeworm.com/read/303628/13810904

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usa
www.eeworm.com/read/128351/5991975

cmd link.cmd

/* linker command file for examples (MAP 0) */ -heap 0x00400000 /* for malloc */ /* SMALL TEST -heap 0x00080000 /* for malloc */ -stack 0x100 -m link.map MEMORY { INT_PROG_MEM : origin
www.eeworm.com/read/156218/11819908

c linktable.c

#include #include extern proc *hashproc[1031],*head[1031],*tail[1031],*p[1031]; void hash_init() { int i; for(i=0;i
www.eeworm.com/read/344051/11911081

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usa
www.eeworm.com/read/118820/14853684

xs cluster.xs

#include "EXTERN.h" #include "perl.h" #include "XSUB.h" /* The Perl include files perl.h redefines malloc and free. Here, we need the * usual malloc and free, defined in stdlib.h. So we undefine the
www.eeworm.com/read/218996/14899798

c svm-train.c

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) void exit_with_help() { printf( "Usa