代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/382751/9003209

c malloc.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven
www.eeworm.com/read/382584/9019270

c malloc.c

#include #include void main(void) { char *string; int *int_values; float *float_values; if ((string = (char *) malloc(50))) printf("Successfully alloc
www.eeworm.com/read/382395/9031481

c malloc.c

#include #include void main(void) { char *string; int *int_values; float *float_values; if ((string = (char *) malloc(50))) printf("Successfully alloc
www.eeworm.com/read/382196/9042599

h malloc.h

www.eeworm.com/read/184984/9061701

c malloc.c

www.eeworm.com/read/184984/9061926

c malloc.c

www.eeworm.com/read/184772/9078012

test malloc.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo
www.eeworm.com/read/380940/9120787

c malloc.c

#include #include void main(void) { char *string; int *int_values; float *float_values; if ((string = (char *) malloc(50))) printf("Successfully alloc
www.eeworm.com/read/380485/9145302

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *
www.eeworm.com/read/379736/9179672

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *