代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/305566/3771546

c gettime.c

#include void gettime(char *cbuf) { FILE *fp; char *cmd, *fname, *host; int len; cmd = (char*) malloc(1024); fname = (char*) malloc(80); host = (char*) malloc(80); bzero(cmd,1024);
www.eeworm.com/read/340665/3269719

c mallocr.c

#include void * _malloc_r (struct _reent *ptr, size_t size) { return malloc (size); }
www.eeworm.com/read/298657/3860867

c mallocr.c

#include void * _malloc_r (struct _reent *ptr, size_t size) { return malloc (size); }
www.eeworm.com/read/279968/4129956

c mallocr.c

#include void * _malloc_r (struct _reent *ptr, size_t size) { return malloc (size); }
www.eeworm.com/read/282604/9080567

c memory.c

#include "VGSDKpv.h" #include #define INTERNAL_MALLOC #ifdef INTERNAL_MALLOC #define MALLOC _vgMalloc #define FREE _vgFree void* _vgMalloc( S32 bytesize ); void _vgFree( void *pdata )
www.eeworm.com/read/396039/2424074

h parsecliques.h

#ifndef PARSE_CLIQUES_H #define PARSE_CLIQUES_H #ifndef MALLOC #define MALLOC malloc #endif #ifndef FREE #define FREE free #endif int ParseCliques(char *pszCliques, int iproc, int nproc, int *count,
www.eeworm.com/read/396039/2424412

h parsecliques.h

#ifndef PARSE_CLIQUES_H #define PARSE_CLIQUES_H #ifndef MALLOC #define MALLOC malloc #endif #ifndef FREE #define FREE free #endif int ParseCliques(char *pszCliques, int iproc, int nproc, int *count,
www.eeworm.com/read/396039/2424825

h parsecliques.h

#ifndef PARSE_CLIQUES_H #define PARSE_CLIQUES_H #ifndef MALLOC #define MALLOC malloc #endif #ifndef FREE #define FREE free #endif int ParseCliques(char *pszCliques, int iproc, int nproc, int *count,
www.eeworm.com/read/382997/8982197

txt 对应关系.txt

代码与书中内容的对应关系: ctime -- 10.2.1 gprof_sample -- 10.2.2 dlopen -- 10.4.2 rpath -- 10.4.4 export_map -- 10.4.5 t_malloc -- 10.5.2 alignment -- 10.5.4 mem_leak -- 10.6.1, 10.6.2, 10.6.4 mem_watch
www.eeworm.com/read/426658/9007163

c visita.c

/*---------------------------------------------------------------------- * visita.c * l-grafi version 0.1 * Sorgente in cui scrivo le procedure per la visita del grafo sul * lavoranti su liste di