代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/134071/5895190

h ftmemory.h

/***************************************************************************/ /* */ /* ftmemory.h
www.eeworm.com/read/126549/6015968

h ftmemory.h

/***************************************************************************/ /* */ /* ftmemory.h
www.eeworm.com/read/113165/6137991

h ftmemory.h

/***************************************************************************/ /* */ /* ftmemory.h
www.eeworm.com/read/231996/14212092

h pbc_memory.h

// requires // * stdlib.h #ifndef __PBC_MEMORY_H__ #define __PBC_MEMORY_H__ //memory allocation functions extern void *(*pbc_malloc)(size_t); extern void *(*pbc_realloc)(void *, size_t); extern void
www.eeworm.com/read/116266/14981654

h nymem.h

extern char *malloc(),*realloc(); extern char *ny_malloc(),*ny_realloc(); extern void ny_free(); extern unsigned ny_sbuf_size; extern char *ny_sbuf; /* #define MALLOC(x) ny_malloc(x,&ny_sbuf,&ny_sbu
www.eeworm.com/read/162807/5514358

h fixedarray.h

/* //////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a lice
www.eeworm.com/read/195305/8165419

c httpd_main.c

/* * $Id: httpd_main.c,v 1.0 2003/02/21 00:11:04 csm Exp $ * $Copyright: (c) 2002, 2003 Broadcom Corp. * All Rights Reserved.$ */ /************************************************************
www.eeworm.com/read/113613/15452369

mmp cdoom.mmp

// *** EPOC MMP FILE // *** Definitions TARGET cdoom.exe TARGETTYPE exe SOURCEPATH .. EPOCHEAPSIZE 1000000 8000000 EPOCSTACKSIZE 500000 // *** defines //MACRO
www.eeworm.com/read/108728/15577817

c mib.c

/* * mib.c * * $Id: mib.c,v 5.33 2003/01/14 01:30:59 rstory Exp $ * * Update: 1998-07-17 * Added print_oid_report* functions. * */ /**********************************************
www.eeworm.com/read/290224/8495028

h lmem.h

/* ** $Id: lmem.h,v 1.31.1.1 2007/12/27 13:02:25 roberto Exp $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ #ifndef lmem_h #define lmem_h #include #include "llimit