代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/101082/6249707
c m_remsg.c
/* m_remsg.c - realloc a msgs structure */
#include "../h/mh.h"
#include
struct msgs *m_remsg (mp, lo, hi)
register struct msgs *mp;
int lo,
hi;
{
int msgnum;
#ifdef MTR
regi
www.eeworm.com/read/101082/6250224
c m_remsg.c
/* m_remsg.c - realloc a msgs structure */
#include "../h/mh.h"
#include
struct msgs *m_remsg (mp, lo, hi)
register struct msgs *mp;
int lo,
hi;
{
int msgnum;
#ifdef MTR
regi
www.eeworm.com/read/207008/15284240
h gc_amiga_redirects.h
#ifndef GC_AMIGA_REDIRECTS_H
# define GC_AMIGA_REDIRECTS_H
# if ( defined(_AMIGA) && !defined(GC_AMIGA_MAKINGLIB) )
extern void *GC_amiga_realloc(void *old_object,size_t new_size_in_bytes);
#
www.eeworm.com/read/470720/1445601
c warn01.c
// Build don't link:
// Special g++ 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 {
vo
www.eeworm.com/read/470693/1457547
c warn01.c
// Build don't link:
// Special g++ 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 {
vo
www.eeworm.com/read/207991/4999701
mil tst1300.mil
setoid(oid(20000000));
# First some procs for convenience:
# - xtable_print(group[oid,oid], str, attr1[oid,a1], attr2[oid,a2], ...)
# print group count table
# - xtable_realloc(bat, capacity): ba
www.eeworm.com/read/190666/5173391
c warn01.c
// Build don't link:
// Special g++ 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 {
vo
www.eeworm.com/read/180137/5288950
c buffer.c
#include "globals.h"
#include "../util/util.h"
#include "buffer.h"
#include "../fileio/wrfile.h"
extern char *malloc();
extern char *realloc();
extern void exit();
char *data_fork, *rsrc_fork;
int d
www.eeworm.com/read/178761/5312762
h platform.h
#ifndef YASLI_PLATFORM_H_
#define YASLI_PLATFORM_H_
// Most conservative
#define YASLI_HAS_EFFICIENT_MSIZE 0
#define YASLI_REALLOC_AFTER_NEW 0
#define YASLI_HAS_EXPAND 0
#include
www.eeworm.com/read/340665/3274048
c warn01.c
// Build don't link:
// Special g++ 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 {
vo