代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/135531/13923268

c fortify.c

/* * FILE: * fortify.c * * DESCRIPTION: * A fortified shell for malloc, realloc, calloc, strdup, getcwd, tempnam * and free. * To use Fortify, each source file will need to #inclu
www.eeworm.com/read/159825/5580688

c dlmalloc.c

#if 0 /* Moved to malloc.h */ /* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain.
www.eeworm.com/read/493704/6389125

m temp.m

%========================================================================== % % File: algorithm_jaeyoon.m % REVISION: 2.0 % % REVISION DATE: 2008/05/29 % % AUTHOR: Jaeyoon Lee % % Copyrig
www.eeworm.com/read/249482/4450348

dat funtc76.dat

函数名称: realloc 函数原型: void * realloc(void * p,unsigned size); 函数功能: 将p所指出的已分配内存区的大小改为size,size可以比原来分配的空间大或小. 函数返回: 返回指向该内存区的指针.NULL-分配失败 函数说明: 所属文件:
www.eeworm.com/read/298155/3874501

dat funtc76.dat

函数名称: realloc 函数原型: void * realloc(void * p,unsigned size); 函数功能: 将p所指出的已分配内存区的大小改为size,size可以比原来分配的空间大或小. 函数返回: 返回指向该内存区的指针.NULL-分配失败 函数说明: 所属文件:
www.eeworm.com/read/144212/5752772

c xmalloc.c

/* xmalloc.c -- safe versions of malloc and realloc */ /* Copyright (C) 1991 Free Software Foundation, Inc. This file is part of GNU Readline, a library for reading lines of text with interact
www.eeworm.com/read/144212/5752829

c xmalloc.c

/* xmalloc.c -- safe versions of malloc and realloc */ /* Copyright (C) 1991 Free Software Foundation, Inc. This file is part of GNU Readline, a library for reading lines of text with interact
www.eeworm.com/read/126411/6017549

c xmalloc.c

/* xmalloc.c -- safe versions of malloc and realloc */ /* Copyright (C) 1991 Free Software Foundation, Inc. This file is part of GNU Readline, a library for reading lines of text with interact
www.eeworm.com/read/126411/6017591

c xmalloc.c

/* xmalloc.c -- safe versions of malloc and realloc */ /* Copyright (C) 1991 Free Software Foundation, Inc. This file is part of GNU Readline, a library for reading lines of text with interact
www.eeworm.com/read/126411/6017618

c xmalloc.c

/* xmalloc.c -- safe versions of malloc and realloc */ /* Copyright (C) 1991 Free Software Foundation, Inc. This file is part of GNU Readline, a library for reading lines of text with interact