代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/180137/5289165

h alloc.h

/* alloc.h */ typedef unsigned SIZE_T; /* Like malloc and realloc, but don't return if no memory is available. */ extern UNIV xmalloc P((SIZE_T)); extern UNIV xrealloc P((UNIV, SIZE_T));
www.eeworm.com/read/340665/3269966

c malloc.c

//#define USE_DL_PREFIX #ifdef GNUWINCE #define WIN32 #define USE_MALLOC_LOCK #define ARM #include #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by D
www.eeworm.com/read/304961/3783363

txt _notes.txt

md*.c - from tomlibcrypt 1) Ensure that the "sources" file includes the lib path to tomlibcrypt 2) Comment out the lines: extern void *XMALLOC(size_t n); extern void *REALLOC(void *p, size_t n
www.eeworm.com/read/304961/3783370

txt _notes.txt

md*.c - from tomlibcrypt 1) Ensure that the "sources" file includes the lib path to tomlibcrypt 2) Comment out the lines: extern void *XMALLOC(size_t n); extern void *REALLOC(void *p, size_t n
www.eeworm.com/read/304961/3783401

txt _notes.txt

md*.c - from tomlibcrypt 1) Ensure that the "sources" file includes the lib path to tomlibcrypt 2) Comment out the lines: extern void *XMALLOC(size_t n); extern void *REALLOC(void *p, size_t n
www.eeworm.com/read/304568/3797948

c malloc.c

/* * malloc.c: safe wrappers around malloc, realloc, free, strdup */ #include #include #include #include "halibut.h" #ifdef LOGALLOC #define LOGPARAMS char *file,
www.eeworm.com/read/195367/8162014

txt mods.txt

Added 'D' (Date) support Disallow field lengths > 255 Removed realloc() calls for pszFieldBuffer memory to fix error in vc7.1 compilation Changed definition of null-valued text field from 0x00 to 0
www.eeworm.com/read/298894/7927110

c ieee802154a.c

/** \file */ #include "ieee802154a.h" #ifdef MATLAB #define free mxFree #define malloc mxMalloc #define realloc mxRealloc #endif #define CHUNK_SIZE 1000 void malloc_channel_cluster_L(ieee802154a_c
www.eeworm.com/read/254894/12114142

cpp 4.cpp

#include #include #include #include #include #include #include /*#include */ #define ST 110;
www.eeworm.com/read/233040/14171596

h xo-misc.h

// data manipulation misc functions struct Page *new_page(struct Page *template); struct Page *new_page_with_bg(struct Background *bg, double width, double height); void realloc_cur_path(int n); void