代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/476660/6757166

h malloc_util.h

/** * malloc_util.h : malloc debugging routines * * written by erik a. hendriks (hendriks@lanl.gov). * * Copyright 2002 Erik Arjan Hendriks. * This software may be used and distributed ac
www.eeworm.com/read/410482/11283401

c malloc_example.c

#include //printf() #include //malloc() int main(int argc,char* argv[],char* envp[]) { int count; int* array; if((array=(int *)malloc(10*sizeof(int)))==NULL) { p
www.eeworm.com/read/405770/11457654

h malloc_image.h

#include extern unsigned char ** malloc_char_image(); extern int ** malloc_int_image(); extern long ** malloc_long_image(); extern float ** malloc_float_image(); extern double ** malloc_do
www.eeworm.com/read/405770/11457661

c malloc_image.c

#include #include #define ALPHA unsigned char ** malloc_char_image(); int ** malloc_int_image(); long ** malloc_long_image(); float ** malloc_float_image(); double ** malloc_dou
www.eeworm.com/read/348474/11592668

h yaffs_malloc.h

/* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Ch
www.eeworm.com/read/158283/11627867

test malloc5.test

# 2005 November 30 # # 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 you
www.eeworm.com/read/158283/11628180

test malloc3.test

# 2005 November 30 # # 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 you
www.eeworm.com/read/158283/11628210

test malloc4.test

# 2005 November 30 # # 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 you
www.eeworm.com/read/158283/11628397

test malloc2.test

# 2005 March 18 # # 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 yourse
www.eeworm.com/read/157653/11677563

test malloc2.test

# 2005 March 18 # # 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 yourse