代码搜索:realloc

找到约 1,059 项符合「realloc」的源代码

代码结果 1,059
www.eeworm.com/read/131315/5938487

h hp300bsd.h

#include #include #include #include #include #include #include #include void *malloc(); void *realloc(); voi
www.eeworm.com/read/131315/5938492

h luna68k.h

#include #include #include #include #include #include #include #include void *malloc(); void *realloc(); voi
www.eeworm.com/read/261904/11615938

h amd_flash.h

/* $Id: amd_flash.h,v 1.3 2002/10/08 01:46:33 nandy Exp $ */ #ifndef _VIVI_AMDFLASH_H_ #define _VIVI_AMDFLASH_H_ /* There's no limit. It exists only to avoid realloc. */ #define MAX_AMD_CHIPS 8 #d
www.eeworm.com/read/261904/11615959

h intel_flash.h

/* $Id: amd_flash.h,v 1.3 2002/10/08 01:46:33 nandy Exp $ */ #ifndef _VIVI_AMDFLASH_H_ #define _VIVI_AMDFLASH_H_ /* There's no limit. It exists only to avoid realloc. */ #define MAX_AMD_CHIPS 8 #d
www.eeworm.com/read/117726/14906903

h mm.h

#include extern int mm_init (void); extern void *mm_malloc (size_t size); extern void mm_free (void *ptr); extern void *mm_realloc(void *ptr, size_t size); /* * Students work in teams of
www.eeworm.com/read/251575/4418737

h amd_flash.h

/* $Id: amd_flash.h,v 1.3 2002/10/08 01:46:33 nandy Exp $ */ #ifndef _VIVI_AMDFLASH_H_ #define _VIVI_AMDFLASH_H_ /* There's no limit. It exists only to avoid realloc. */ #define MAX_AMD_CHIPS 8 #d
www.eeworm.com/read/209211/4983106

c util.c

#include #include #include #include #include #include #include "wiki.h" void* erealloc(void *v, ulong n) { v = realloc(v, n); if(v == nil) s
www.eeworm.com/read/209211/4984388

c brdstr.c

#include #include #include static char* badd(char *p, int *np, char *data, int ndata, int delim, int nulldelim) { int n; n = *np; p = realloc(p, n+ndata+1); if(p){ memmo
www.eeworm.com/read/184711/5245579

h amd_flash.h

/* $Id: amd_flash.h,v 1.3 2002/10/08 01:46:33 nandy Exp $ */ #ifndef _VIVI_AMDFLASH_H_ #define _VIVI_AMDFLASH_H_ /* There's no limit. It exists only to avoid realloc. */ #define MAX_AMD_CHIPS 8 #d
www.eeworm.com/read/166762/5472607

h amd_flash.h

/* $Id: amd_flash.h,v 1.3 2002/10/08 01:46:33 nandy Exp $ */ #ifndef _VIVI_AMDFLASH_H_ #define _VIVI_AMDFLASH_H_ /* There's no limit. It exists only to avoid realloc. */ #define MAX_AMD_CHIPS 8 #d