代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/417519/10986951

c realloc.c

/* Work around bug on some systems where realloc (NULL, 0) fails. Copyright (C) 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/417462/10988753

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/469930/6920897

c realloc.c

/***********************************************************************/ /* This file is part of the C51 Compiler package */ /* Copyright KEIL ELEKTRONIK GmbH 1993
www.eeworm.com/read/470033/6923209

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/470033/6923367

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/189342/7115030

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/140797/7147092

c realloc.c

/* * realloc.c */ #include #include #include "malloc.h" /* FIXME: This is cheesy, it should be fixed later */ void *realloc(void *ptr, size_t size) { struct free_arena_he
www.eeworm.com/read/453496/7418356

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/451329/7467145

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/450470/7483351

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st