代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/326496/13137861

c malloc.c

www.eeworm.com/read/326496/13138066

c malloc.c

www.eeworm.com/read/326099/13166144

inc malloc.inc

;------------------------------------------------------------------------ ; MALLOC.INC ;------------------------------------------------------------------------ ; Global memory allocation listing/u
www.eeworm.com/read/240985/13182502

h malloc.h

/* malloc.h memory management functions and variables. Copyright (c) 1991 by Borland International All Rights Reserved. */ #if !defined(__MALLOC_H) #define __MALLOC_H #if !
www.eeworm.com/read/139175/13185594

c malloc.c

/**************************************************************** Memory allocator. Copyright 1992 Software Development Systems, Inc. All Rights Reserved. **************************************
www.eeworm.com/read/324802/13243876

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/138087/13263234

html malloc.html

malloc
www.eeworm.com/read/137531/13315005

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/238907/13315197

o malloc.o

www.eeworm.com/read/238907/13315251

c malloc.c

#include #include #include #undef DEBUG #ifdef DEBUG #define PRINTF(fmt, args...) printf("%s-%s()[%d]: " fmt, __FILE__, \ __FUNCTION__, __LINE__,