代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/207930/15256542
cpp mpegsystem.cpp
#include /* for realloc() */
#include /* for memmove() */
#include
#include
#ifdef WIN32
#include
#include
#include
www.eeworm.com/read/207929/15256562
cpp mpegsystem.cpp
#include /* for realloc() */
#include /* for memmove() */
#include
#include
#ifdef WIN32
#include
#include
#include
www.eeworm.com/read/207927/15256581
cpp mpegsystem.cpp
#include /* for realloc() */
#include /* for memmove() */
#include
#include
#ifdef WIN32
#include
#include
#include
www.eeworm.com/read/229812/4743956
c emem.c
#include
#include
#include
#include
#include "edit.h"
#ifdef __WINDOWS_386__
#define amalloc malloc
#define arealloc realloc
#define afree free
www.eeworm.com/read/470720/1451791
c m-un-2.c
/* { dg-do compile } */
/* { dg-options "-W -Wall" } */
typedef unsigned long size_t;
extern void* malloc (size_t);
extern void free (void*);
extern void* realloc (void*, size_t);
struct vtable {
www.eeworm.com/read/470693/1463737
c m-un-2.c
/* { dg-do compile } */
/* { dg-options "-W -Wall" } */
typedef unsigned long size_t;
extern void* malloc (size_t);
extern void free (void*);
extern void* realloc (void*, size_t);
struct vtable {
www.eeworm.com/read/239309/4602686
c malloc.c
#include
void *malloc(size_t __size)
{
return _malloc(__size);
}
void *calloc(size_t __nelt, size_t __eltsize)
{
return _calloc(__nelt, __eltsize);
}
void *realloc(void *__buf, size_t
www.eeworm.com/read/190666/5179409
c m-un-2.c
/* { dg-do compile } */
/* { dg-options "-W -Wall" } */
typedef unsigned long size_t;
extern void* malloc (size_t);
extern void free (void*);
extern void* realloc (void*, size_t);
struct vtable {
www.eeworm.com/read/340665/3280255
c m-un-2.c
/* { dg-do compile } */
/* { dg-options "-W -Wall" } */
typedef unsigned long size_t;
extern void* malloc (size_t);
extern void free (void*);
extern void* realloc (void*, size_t);
struct vtable {