代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/109918/15545815

h stdlib.h

extern char *malloc(); extern char *realloc();
www.eeworm.com/read/147331/5731401

c reallocr.c

#include void * _realloc_r (struct _reent *ptr, void *old, size_t newlen) { return realloc (old, newlen); }
www.eeworm.com/read/124347/6051122

c reallocr.c

#include void * _realloc_r (struct _reent *ptr, void *old, size_t newlen) { return realloc (old, newlen); }
www.eeworm.com/read/169697/5413958

h clog_const.h

/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #if !defined( _CLOG_CONST ) #define _CLOG_CONST #include "mpe_logging_conf.h" #if defined( NEEDS_STDLIB
www.eeworm.com/read/397908/8016528

bc bcsample.bc

WRITE _farmalloc _realloc { CODE_AREA }
www.eeworm.com/read/131315/5943261

port-notes

From Jeffrey Hsu on the port of mprof to the MIPS: Date: 8/90 mprof.c added some #includes for mips compiler stuff created global int variable intloc for use by assembly language rou
www.eeworm.com/read/101135/6237956

3 malloc.3

.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#
www.eeworm.com/read/102720/15761018

3 malloc.3

.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#
www.eeworm.com/read/286264/8777348

c trealloc.c

#include #include #include //为使用init_mempool函数中的XBYTE定义而加入该头文件 #include /* 为使用printf函数而加入 */ void tst_realloc (void) { void xdata *p; void xdata *new
www.eeworm.com/read/183326/9170369

c doalloc.c

/**************************************************************************** * Copyright (c) 1998,2000 Free Software Foundation, Inc. * *