代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/400288/2353880

c 10rkt1.c

#include "stdlib.h" void rkt1(t,y,n,h,k,z,f) void (*f)(); int n,k; double t,h,y[],z[]; { int i,j,l; double a[4],tt,*b,*d; b=malloc(n*sizeof(double)); d=malloc(n*size
www.eeworm.com/read/387167/2563966

c 10rkt1.c

#include "stdlib.h" void rkt1(t,y,n,h,k,z,f) void (*f)(); int n,k; double t,h,y[],z[]; { int i,j,l; double a[4],tt,*b,*d; b=malloc(n*sizeof(double)); d=malloc(n*size
www.eeworm.com/read/384024/2604929

c 10rkt1.c

#include "stdlib.h" void rkt1(t,y,n,h,k,z,f) void (*f)(); int n,k; double t,h,y[],z[]; { int i,j,l; double a[4],tt,*b,*d; b=malloc(n*sizeof(double)); d=malloc(n*size
www.eeworm.com/read/353832/3081395

h opp_file.h

#ifndef __BTOPP_FILE_H #define __BTOPP_FILE_H #include "../bt_api.h" #define file_malloc bt_malloc #define file_free bt_free #define BT_OPP_BUFFER_SIZE (BT_OBEX_MTU*10) #define B
www.eeworm.com/read/353832/3081396

h ftp_file.h

#ifndef __BTFTP_FILE_H #define __BTFTP_FILE_H #include "../bt_api.h" #define file_malloc bt_malloc #define file_free bt_free #define BT_FTP_BUFFER_SIZE (BT_OBEX_MTU*10) #define B
www.eeworm.com/read/266126/11239321

cpp 郑礼明.cpp

#include #include #include #include // malloc()等 #include // INT_MAX等 #include // EOF(=^Z或F6),NULL #include // atoi() #
www.eeworm.com/read/265777/11254329

cpp 操作系统成功实验.cpp

//作业调度 #include "stdio.h" #include"malloc.h" #include #define getjcb(type) (type*)malloc(sizeof(type)) //#define NULL 0 int n=0,time=0;float eti,ewi; //定义一个结构体 struct jcb{ char n
www.eeworm.com/read/334325/12611362

c af.c

#include #include #include #ifdef HAVE_MALLOC_H #include #endif #include "af.h" // Static list of filters extern af_info_t af_info_dummy; extern af_info_t
www.eeworm.com/read/108728/15577857

c test_binary_array.c

#include #if HAVE_IO_H #include #endif #include #if HAVE_STDLIB_H #include #endif #if HAVE_MALLOC_H #include #endif #include
www.eeworm.com/read/104056/15711372

changelog

2002-07-20 Jim Meyering * jm-macros.m4: Require autoconf-2.53b. Use new macros AC_FUNC_MALLOC and AC_FUNC_REALLOC, in place of jm_-prefixed ones. Thanks, Akim! * malloc.m