代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/294069/3920559

cpp henonn.cpp

#include #include "mex.h" #ifdef MATLAB_MEX_FILE #undef malloc #undef realloc #undef free #define malloc mxMalloc #define realloc mxRealloc #define free mxFree #define printf mexPrintf #endi
www.eeworm.com/read/305712/3770416

h glibc.h

#define libc_malloc __libc_malloc #define libc_free __libc_free #define libc_realloc __libc_realloc #define libc_memalign __libc_memalign #define libc_valloc __l
www.eeworm.com/read/292144/3958312

c init_file.c

#include #include #include #include "init_file.h" #define ALLOC malloc #define REALLOC realloc #define FREE free #define CONTEXT_BUFFER_SIZE 1024 typedef struct {
www.eeworm.com/read/391748/8381574

m4 eealloc.m4

# eealloc.m4 serial 1 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dn
www.eeworm.com/read/388456/8608515

lnx makexmem.lnx

################################################## ######## GNU makefile for SXT development ######## ################################################## #### compile with optimization #### #GCC = gcc
www.eeworm.com/read/423577/10546399

m4 eealloc.m4

# eealloc.m4 serial 1 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dn
www.eeworm.com/read/167185/5464690

h mtrf.h

/* Header file: mtfr.h */ char *mtrf_malloc(); char *mtrf_realloc(); int mtrf_free(); char *mtrf_strdup(); void mtrf_set_dealloc(); void mtrf_set_verbose(); int mtrf_get_dealloc(); int mtrf_get_verb
www.eeworm.com/read/150221/5694170

cpp chaosys.cpp

// mex -I. -O chaosys.cpp #include #include "mex.h" #ifdef MATLAB_MEX_FILE #undef malloc #undef realloc #undef free #define malloc mxMalloc #define realloc mxRealloc #define free mxFree #def
www.eeworm.com/read/486215/1253076

cpp chaosys.cpp

// mex -I. -O chaosys.cpp #include #include "mex.h" #ifdef MATLAB_MEX_FILE #undef malloc #undef realloc #undef free #define malloc mxMalloc #define realloc mxRealloc #define free mxFree #def
www.eeworm.com/read/216502/4890592

3 malloc.3

.TH MALLOC 3 .SH NAME malloc, free, realloc, calloc \- main memory allocator .SH SYNOPSIS .B char *malloc(size) .br .B unsigned size; .PP .B free(ptr) .br .B char *ptr; .PP .B char *realloc(ptr, size