代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/256544/11987724
h lmem.h
/*
** $Id: lmem.h,v 1.31 2005/04/25 19:24:10 roberto Exp $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
#ifndef lmem_h
#define lmem_h
#include
#include "llimits.h"
www.eeworm.com/read/123024/14651427
cpp constantstringarray.cpp
/////////////////////////////////////////////////////////////////////
// Class Creator Version 2.0.000 Copyrigth (C) Poul A. Costinsky 1994
//////////////////////////////////////////////////////////
www.eeworm.com/read/122603/14679919
c dhcpv6_client.c
#include "stdhead.h"
void read_config_file (char **config_buff, char *file_name)
{
int fd, n, size = 0;
if ((fd = open (file_name, O_RDONLY)) == -1)
{
printf ("Error opening file %s
www.eeworm.com/read/117724/14907410
h mm.h
#include
extern int mm_init (void);
extern void *mm_malloc (size_t size);
extern void mm_free (void *ptr);
extern void *mm_realloc(void *ptr, size_t size);
www.eeworm.com/read/395456/8172569
h lmem.h
/*
** $Id: lmem.h,v 1.31 2005/04/25 19:24:10 roberto Exp $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
#ifndef lmem_h
#define lmem_h
#include
#include "llimits.h"
www.eeworm.com/read/368351/9700330
h lmem.h
/*
** $Id: lmem.h,v 1.31.1.1 2007/12/27 13:02:25 roberto Exp $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
#ifndef lmem_h
#define lmem_h
#include
#include "llimit
www.eeworm.com/read/411301/11249073
c dhcpv6_client.c
#include "stdhead.h"
void read_config_file (char **config_buff, char *file_name)
{
int fd, n, size = 0;
if ((fd = open (file_name, O_RDONLY)) == -1)
{
printf ("Error opening file %s
www.eeworm.com/read/240162/4583412
c eb90.c
// { dg-do assemble }
// { dg-options "-O2" }
#ifdef HIDE_BUG
#define realloc Realloc
#endif
class TmpRgn {
public:
void
realloc();
};
class TmpActor {
TmpRgn tmpRgn;
public:
www.eeworm.com/read/233448/4676231
c eb90.c
// { dg-do assemble }
// { dg-options "-O2" }
#ifdef HIDE_BUG
#define realloc Realloc
#endif
class TmpRgn {
public:
void
realloc();
};
class TmpActor {
TmpRgn tmpRgn;
public:
www.eeworm.com/read/366702/2872280
c eb90.c
// { dg-do assemble }
// { dg-options "-O2" }
#ifdef HIDE_BUG
#define realloc Realloc
#endif
class TmpRgn {
public:
void
realloc();
};
class TmpActor {
TmpRgn tmpRgn;
public: