代码搜索:realloc

找到约 1,059 项符合「realloc」的源代码

代码结果 1,059
www.eeworm.com/read/319218/13458216

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/136865/5842000

h fterrcompat.h

#ifndef FTERRCOMPAT_H #define FTERRCOMPAT_H #ifdef HAVE_FREETYPE_2_0_3 #include #else #define TT_Err_Ok FT_Err_Ok #define TT_Err_Invalid_Argument FT_Err_Invalid_Argume
www.eeworm.com/read/136815/5856692

h fterrcompat.h

#ifndef FTERRCOMPAT_H #define FTERRCOMPAT_H #ifdef HAVE_FREETYPE_2_0_3 #include #else #define TT_Err_Ok FT_Err_Ok #define TT_Err_Invalid_Argument FT_Err_Invalid_Argume
www.eeworm.com/read/101042/6258166

c mem.c

/* crypto/mem.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The im
www.eeworm.com/read/398163/6291411

c read_rlrdata.c

#include "timeseries.h" time_series read_rlrdata(char *filename, options op, double scale_factor) { FILE *fpin; time_series ts; int j, n; int n_offset; int n_data; int n_alloc = 512; int
www.eeworm.com/read/398163/6291506

c read_cats_series.c

#include "timeseries.h" time_series read_cats_series(char *filename, options op, double scale_factor, int columns) { FILE *fpin; time_series ts; int j, k, n, ns, bf; int n_offset; int n_data;
www.eeworm.com/read/409791/11311497

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/404808/11477772

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/344712/11864362

h malloc.h

#ifndef _MALLOC_H_ #define _MALLOC_H_ void free_mem(void *base); void *alloc_mem(unsigned int nByte); void *realloc_mem(void *base, unsigned int nByte); void mem_init(void); void check_memory(
www.eeworm.com/read/344712/11864658

h malloc.h

#ifndef _MALLOC_H_ #define _MALLOC_H_ void free_mem(void *base); void *alloc_mem(unsigned int nByte); void *realloc_mem(void *base, unsigned int nByte); void mem_init(void); void check_memory(