代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/298657/3861914
c realloc.c
#ifdef MALLOC_PROVIDED
int _dummy_calloc = 1;
#else
/* realloc.c -- a wrapper for realloc_r. */
#include
#include
#include
#include
#ifndef _REENT_ONLY
_P
www.eeworm.com/read/279968/4131124
c realloc.c
#ifdef MALLOC_PROVIDED
int _dummy_calloc = 1;
#else
/* realloc.c -- a wrapper for realloc_r. */
#include
#include
#include
#include
#ifndef _REENT_ONLY
_P
www.eeworm.com/read/277987/4148274
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(
"Usage: svm-tr
www.eeworm.com/read/277987/4148317
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(
"Usage: svm-tr
www.eeworm.com/read/400677/2347575
c 10wity.c
#include "stdlib.h"
void wity(t,y,n,h,k,z,f)
void (*f)();
int n,k;
double t,h,y[],z[];
{ int i,j;
double x,*a,*d;
a=malloc(n*sizeof(double));
d=malloc(n*sizeof(doubl
www.eeworm.com/read/400494/2350449
c mallocbug.c
/* Reproduce a GNU malloc bug. */
#include
extern char *malloc ();
#define size_t unsigned int
int
main ()
{
char *dummy0;
char *dummy1;
char *fill_info_table1;
char *over_top;
www.eeworm.com/read/400288/2353903
c 10wity.c
#include "stdlib.h"
void wity(t,y,n,h,k,z,f)
void (*f)();
int n,k;
double t,h,y[],z[];
{ int i,j;
double x,*a,*d;
a=malloc(n*sizeof(double));
d=malloc(n*sizeof(doubl
www.eeworm.com/read/395229/2445667
c mallocbug.c
/* Reproduce a GNU malloc bug. */
#include
#include
#include
#define size_t unsigned int
int
main (int argc, char *argv[])
{
char *dummy0;
char *dummy1;
char *
www.eeworm.com/read/387167/2563989
c 10wity.c
#include "stdlib.h"
void wity(t,y,n,h,k,z,f)
void (*f)();
int n,k;
double t,h,y[],z[];
{ int i,j;
double x,*a,*d;
a=malloc(n*sizeof(double));
d=malloc(n*sizeof(doubl
www.eeworm.com/read/384024/2604952
c 10wity.c
#include "stdlib.h"
void wity(t,y,n,h,k,z,f)
void (*f)();
int n,k;
double t,h,y[],z[];
{ int i,j;
double x,*a,*d;
a=malloc(n*sizeof(double));
d=malloc(n*sizeof(doubl