代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/102154/15792436

c jmemnobs.c

/* * jmemnobs.c * * Copyright (C) 1992-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/101771/15818807

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/101692/15822273

c gsm_create.c

/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/101253/15839327

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/100919/15860519

c jmemnobs.c

/* * jmemnobs.c * * Copyright (C) 1992-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/100753/15865275

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/100560/15872140

c jmemnobs.c

/* * jmemnobs.c * * Copyright (C) 1992-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/100246/15879776

h graham.h

#ifndef MACRO_H__ #define MACRO_H__ #define EXIT_FAILURE 1 char *malloc(); #define NEW(p, type) if ((p=(type *) malloc (sizeof(type))) == NULL) {\ printf ("NEW: Out of Memory!\n");\ exit
www.eeworm.com/read/100237/15879802

c realloc.c

/* * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil). * You may copy, distribute, and use this software as long as this * copyright statement is not removed. */ #include #in
www.eeworm.com/read/100128/15883372

sed djgpp.sed

s/y\.tab\./parse_tab\./ s/@DEFS@/-DMS_DOS/ s/@LIBS@// s/@srcdir@/./ s/@YACC@/bison/ s/@CC@/gcc/ s/@RANLIB@/ranlib/ s/@ALLOCA@// /^flex/ s/\.bootstrap// /sed.*extern.*malloc/ c\ @mv parse_tab.c parse.