代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/494691/6360153

c client.c

#include "calld.h" static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) client = malloc(NALLOC * sizeof(Client)); else client = realloc
www.eeworm.com/read/490627/6449889

c client.c

#include "calld.h" static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) client = malloc(NALLOC * sizeof(Client)); else client = realloc
www.eeworm.com/read/476738/6749086

c client.c

#include "calld.h" static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) client = malloc(NALLOC * sizeof(Client)); else client = realloc
www.eeworm.com/read/476848/6751812

c client.c

#include "calld.h" static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) client = malloc(NALLOC * sizeof(Client)); else client = realloc
www.eeworm.com/read/264377/11317457

c client.c

#include "calld.h" static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) client = malloc(NALLOC * sizeof(Client)); else client = realloc
www.eeworm.com/read/253405/12225981

c client.c

#include "calld.h" static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) client = malloc(NALLOC * sizeof(Client)); else client = realloc
www.eeworm.com/read/239645/4596506

c ftsystem.c

// TetiSoft: Modified to avoid fopen() fclose() fread() fseek() ftell() // malloc() realloc() and free() which can't be used in an amiga // shared run-time library linked with libinit.o #include
www.eeworm.com/read/200278/5070809

c client.c

#include "calld.h" static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) client = malloc(NALLOC * sizeof(Client)); else client = realloc
www.eeworm.com/read/200278/5071023

c client.c

#include "opend.h" #define NALLOC 10 /* # client structs to alloc/realloc for */ static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) cl
www.eeworm.com/read/302096/3827512

c flower_malloc.c

/* * Library interposer to collect malloc/calloc/realloc statistics * * To compile use: * gcc -shared -fpic -o flower_malloc.so flower_malloc.c * * To run use (in BASH): * LD_PRELOA