代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/124347/6052156
c mallocr.c
#ifdef MALLOC_PROVIDED
int _dummy_mallocr = 1;
#else
/* ---------- To make a malloc.h, start cutting here ------------ */
/*
A version of malloc/free/realloc written by Doug Lea and released to th
www.eeworm.com/read/116778/14955285
cgl smgppro.cgl
Functions called:
delete (3881 times)
strcpy (4 times)
memset (3917 times)
SysReallocMem (9668 times)
SysFreeMem (770227 times)
SysGetMem (770235 times)
realloc (1 times)
memcpy (2 tim
www.eeworm.com/read/16793/690716
c xmalloc.c
/* xmalloc.c -- safe versions of malloc and realloc */
/* Copyright (C) 1991-2003 Free Software Foundation, Inc.
This file is part of GNU Readline, a library for reading lines
of text with int
www.eeworm.com/read/340665/3270976
c mallocr.c
#ifdef MALLOC_PROVIDED
int _dummy_mallocr = 1;
#else
/* ---------- To make a malloc.h, start cutting here ------------ */
/*
A version of malloc/free/realloc written by Doug Lea and released to th
www.eeworm.com/read/316872/3588303
c simple_alloc.c
/*
* Implement primitive realloc(3) functionality.
*
* Author: Mark A. Greer
*
* 2006 (c) MontaVista, Software, Inc. This file is licensed under
* the terms of the GNU Gener
www.eeworm.com/read/298657/3861928
c mallocr.c
#ifdef MALLOC_PROVIDED
int _dummy_mallocr = 1;
#else
/* ---------- To make a malloc.h, start cutting here ------------ */
/*
A version of malloc/free/realloc written by Doug Lea and released to th
www.eeworm.com/read/279968/4131138
c mallocr.c
#ifdef MALLOC_PROVIDED
int _dummy_mallocr = 1;
#else
/* ---------- To make a malloc.h, start cutting here ------------ */
/*
A version of malloc/free/realloc written by Doug Lea and released to th
www.eeworm.com/read/159825/5580579
h malloc.h
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints/performance data
to dl@cs.oswego.edu
* VERSION 2.6.6 Sun Mar
www.eeworm.com/read/135531/13923281
h fortify.h
#ifndef __FORTIFY_H__
#define __FORTIFY_H__
/*
* FILE:
* fortify.h
*
* DESCRIPTION:
* Header file for fortify.c - A fortified shell for malloc, realloc,
* calloc, strdup, getcwd, tempnam
www.eeworm.com/read/189219/8483995
c client.c
#include "calld.h"
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
client = malloc(NALLOC * sizeof(Client));
else
client = realloc