代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/185783/8985204

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/183272/9172406

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/364932/9886854

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/289562/7805586

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/198616/7922751

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/332098/12779560

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/331180/12840940

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/311774/13626015

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/304348/13795918

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/421459/6311329

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