代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/481249/6646472

c 单链表2.c

#include #include struct node{ int key; struct node *next; }; void creat_link(struct node *); main() { struct node *head=NULL; creat_li
www.eeworm.com/read/481045/6656836

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/480180/6667504

c raw_number_select.c

/*-------------------------------------------------------- brief : select N frame from X frame author : Jun Wang data : 2008.08.8 -------------------
www.eeworm.com/read/349895/6684153

c 049.c

#include #define PROG "./vul" #define HEAP_LEN 128 int main(int argc, char **argv) { char **env; char **arg; char heap_buf[150]; char eggshell[]= /* Mudge's */
www.eeworm.com/read/478061/6719071

c readsmb.c

/* readsmb.c v0.56 * * Many thanks to L0pht Heavy Industries - without L0phtcrack this is worthless. * * An implementation of the SMB sniffer that comes with l0phtcrack 2.0. The * purpo
www.eeworm.com/read/476355/6757946

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/410511/11280448

c 6-4.c

#include /* Support all standards */ #include /* malloc support */ #include /* Memory locking functions */ #define BUFFER 2048 void ma
www.eeworm.com/read/264473/11311988

c 6-4.c

#include /* Support all standards */ #include /* malloc support */ #include /* Memory locking functions */ #define BUFFER 2048 void ma
www.eeworm.com/read/264253/11324058

c svd.c

#include "stdio.h" #include "stdlib.h" #include "mpi.h" #include "math.h" #include "string.h" #define E 0.0001 #define intsize sizeof(int) #define floatsize sizeof(float) #define A(x,y) A[x*col+y]
www.eeworm.com/read/264253/11324231

c single.c

#include "stdio.h" #include "stdlib.h" #include "mpi.h" #include "math.h" #include "string.h" #define E 0.0001 #define intsize sizeof(int) #define floatsize sizeof(float) #define A(x,y) A[x*col+y] #de