代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/352665/3093841

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/352665/3093845

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/334259/12615118

cpp zengliangfa.cpp

#include #include #include int **DArray2(int row,int linea) { int * *m,i; if((m=(int * *)malloc(row*sizeof(int *)))==NULL) { printf("内存空间不够!");
www.eeworm.com/read/104973/15680609

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 (RX) : or
www.eeworm.com/read/165122/10075720

h clustalw.h

/*#include "/us1/user/julie/dmalloc/malloc.h"*/ /*********************CLUSTALW.H*********************************************/ /************************************************************************
www.eeworm.com/read/443646/7629523

h clustalw.h

/*#include "/us1/user/julie/dmalloc/malloc.h"*/ /*********************CLUSTALW.H*********************************************/ /************************************************************************
www.eeworm.com/read/139175/13185584

c mbrk.c

/**************************************************************** Copyright 1988 Software Development Systems, Inc. This is the default mbrk() function, used with malloc() and calloc(). This
www.eeworm.com/read/406076/11449715

h clustalw.h

/*#include "/us1/user/julie/dmalloc/malloc.h"*/ /*********************CLUSTALW.H*********************************************/ /************************************************************************
www.eeworm.com/read/346961/11710204

h clustalw.h

/*#include "/us1/user/julie/dmalloc/malloc.h"*/ /*********************CLUSTALW.H*********************************************/ /**********************************************************************
www.eeworm.com/read/247849/4473717

h xm-next.h

/* malloc does better with chunks the size of a page. */ #define OBSTACK_CHUNK_SIZE (getpagesize ())