代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/154848/11923096
awk mtrace.awk
#
# Awk program to analyze mtrace.c output.
#
{
if ($1 == "@") {
where = " (" $2 ")"
n = 3
} else {
where = ""
n = 1
}
if ($n == "+") {
if (allocated[$(n+1)] != "")
www.eeworm.com/read/131795/14126389
dat funtc76.dat
函数名称: realloc
函数原型: void * realloc(void * p,unsigned size);
函数功能: 将p所指出的已分配内存区的大小改为size,size可以比原来分配的空间大或小.
函数返回: 返回指向该内存区的指针.NULL-分配失败
函数说明:
所属文件:
www.eeworm.com/read/223273/14648593
c cmp.c
#include
#include
#include
int main(){
char *buf=malloc( 10 );
int i;
// strcpy(buf,"hello");
buf="hello";
for(i=0;i
www.eeworm.com/read/222279/14698641
c cdalloclt.c
/*
************************************************************************
File Includes
************************************************************************
*/
#include
#include
www.eeworm.com/read/222279/14698757
c cdalloc.c
/*
************************************************************************
File Includes
************************************************************************
*/
#include
#include
www.eeworm.com/read/120203/14810636
dmo jzmenu.dmo
#include /* define misc macros and types */
#include /* define window types and colors */
#include /* define global window characteristics */
#include
www.eeworm.com/read/167185/5464885
h mtrf.h
#ifndef MTRF_HEADER
#define MTRF_HEADER
/* Header file: mtfr.h */
#if defined(__STDC__) || defined(__GNUC__) || defined(sgi)
#define PROTO(ARGS) ARGS
#else
#define PROTO(ARGS) ()
#endif
char *mtrf_
www.eeworm.com/read/167185/5465036
h mtrf.h
#ifndef MTRF_HEADER
#define MTRF_HEADER
/* Header file: mtfr.h */
#if defined(__STDC__) || defined(__GNUC__) || defined(sgi)
#define PROTO(ARGS) ARGS
#else
#define PROTO(ARGS) ()
#endif
char *mtrf_
www.eeworm.com/read/370118/9617143
pas fastcodeuppercase.pas
unit FastcodeUpperCase;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may
www.eeworm.com/read/370118/9617148
pas fastcodelowercase.pas
unit FastcodeLowerCase;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may