代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/460691/1558203
al realloc.al
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 633 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/PO
www.eeworm.com/read/459570/1568413
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/249574/4446896
c realloc.c
/*-----------------------------------------------------------------------------
REALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2001 Keil Software. All rights r
www.eeworm.com/read/241253/4561166
c realloc.c
/* $Id: realloc.c,v 1.2 2002/08/09 20:56:55 pefo Exp $ */
/*
* Copyright (c) 2000-2002 Opsycon AB (www.opsycon.se)
*
* Redistribution and use in source and binary forms, with or without
* modif
www.eeworm.com/read/240162/4580461
c realloc.c
// { dg-do assemble }
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/233448/4673278
c realloc.c
// { dg-do assemble }
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/231546/4714655
al realloc.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 464 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/r
www.eeworm.com/read/229812/4744706
c realloc.c
#include
void main()
{
char *buffer;
char *new_buffer;
buffer = (char *) malloc( 80 );
new_buffer = (char *) realloc( buffer, 100 );
if( new_buffer == NULL
www.eeworm.com/read/229812/4750668
gml realloc.gml
.if &farfnc eq 0 .do begin
.func realloc
#include
void * realloc( void *old_blk, size_t size );
.ixfunc2 '&Memory' &func
.funcend
.desc begin
When the value of the
.arg old_blk
arg
www.eeworm.com/read/227344/4775497
c realloc.c
/*-----------------------------------------------------------------------------
REALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2002 Keil Software. All rights r