代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/340665/3273718
c realloc.c
// Build don't link:
extern "C" void realloc();
class bug {
public:
void realloc(int foo,int bar);
};
void f() {
bug c;
c.realloc(50,50);
}
www.eeworm.com/read/332358/3400307
f realloc.f
module re_alloc
interface realloc
module procedure realloc_c1
module procedure realloc_r
module procedure realloc_i
!! subroutine realloc_c1(c,n,m,istat
www.eeworm.com/read/321693/3531270
c realloc.c
/*-----------------------------------------------------------------------------
REALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2002 Keil Software. All rights r
www.eeworm.com/read/313224/3644548
al realloc.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 465 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/312645/3651448
c realloc.c
//=================================================================
//
// realloc.c
//
// Testcase for C library realloc()
//
//====================================================
www.eeworm.com/read/308433/3713939
c realloc.c
/*-----------------------------------------------------------------------------
REALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2002 Keil Software. All rights r
www.eeworm.com/read/304849/3784441
c realloc.c
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public
www.eeworm.com/read/298657/3860548
c realloc.c
/* dummy file to override one object in stdlib directory */
www.eeworm.com/read/298657/3861914
c realloc.c
#ifdef MALLOC_PROVIDED
int _dummy_calloc = 1;
#else
/* realloc.c -- a wrapper for realloc_r. */
#include
#include
#include
#include
#ifndef _REENT_ONLY
_P
www.eeworm.com/read/297453/3886887
c realloc.c
/* $Id: realloc.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* void * realloc( void *, size_t )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted