代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/456693/1604626

c obmalloc.c

/* Portions Copyright (c) 2007 Nokia Corporation */ #include "Python.h" #ifdef WITH_PYMALLOC #ifdef WITH_DLC #include "dlc.h" #endif /* Python 2.5.1 obmalloc.c used malloc, realloc and fre
www.eeworm.com/read/229812/4750990

gml seealloc.gml

.* ALLOCATION FAMILY .if &farfnc eq 0 .do begin .seelist &*1 calloc .seelist &*1 free .seelist &*1 malloc .seelist &*1 realloc .seelist &*1 sbrk .seelist &*1 _smalloc .do end .el .do begin .
www.eeworm.com/read/183395/5256262

c alloc.c

#include #include #include #include /* #define DEBUG */ #ifdef DEBUG #define calloc xcalloc #define malloc xmalloc #define realloc xrealloc #d
www.eeworm.com/read/172774/5382091

c alloc.c

#include #include #include #include /* #define DEBUG */ #ifdef DEBUG #define calloc xcalloc #define malloc xmalloc #define realloc xrealloc #d
www.eeworm.com/read/169190/5427579

changes

Changes with APR-util 0.9.7 *) Fix apr_rmm_realloc() offset calculation bug. [Keith Kelleman ] *) Fix handling of a premature EOF with the FILE bucket; a new buc
www.eeworm.com/read/342088/3240309

c alloc.c

#include #include #include #include /* #define DEBUG */ #ifdef DEBUG #define calloc xcalloc #define malloc xmalloc #define realloc xrealloc #d
www.eeworm.com/read/438718/1822637

c dlmalloc.c

#include "config.h" #ifdef USE_DLMALLOC #include "libc_segments.h" #include "stdlib.h" #include "string.h" /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug Lea a
www.eeworm.com/read/431154/1909506

doc util.doc

/* * Revision Control Information * * /projects/hsis/CVS/utilities/util/util.doc,v * shiple * 1.4 * 1995/08/30 17:38:00 * */ Summary: ALLOC() REALLOC() FREE() NIL() int util_pipefork() c
www.eeworm.com/read/396408/2416699

h uclib.h

#ifndef __UCLIB_H__ #define __UCLIB_H__ extern "C" { unsigned int alloc(unsigned int nbytes); unsigned int Drv_realloc(unsigned int address,unsigned int nbytes); void deAlloc(unsigned in
www.eeworm.com/read/254664/4381325

c alloc.c

#include #include #include #include /* #define DEBUG */ #ifdef DEBUG #define calloc xcalloc #define malloc xmalloc #define realloc xrealloc #d