代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/324228/13278457

h ydirectenv.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/323998/13296553

c allocate.c

/* FILE: ALLOCATE.C */ #define PRIVATE static /* Used to hide identifiers from BIND */ #define BLKSIZ 80 /* Size of allocation block */ #define STKSIZ 1000 /* Bytes reserved for stack *
www.eeworm.com/read/137531/13314948

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/323816/13315536

c irisdata.c

#include #include #include "global.h" void IrisData() { int i; for(i=0;i
www.eeworm.com/read/137370/13325657

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/137285/13334823

c testic.c

/* program to test inversion of cmatrix */ /* also includes modification of non-invertible matrices to make invertible and launches xv at end to display them both */ #include "./ansi/r.h" #include
www.eeworm.com/read/322539/13377177

c taste.c

/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/321110/13412221

txt readme.txt

应用程序框架 rv内存池布局 |-----|------------|---------------|---------------------------------------....----| RPOOL RAI_Header 分配标记着色区 内存块"连续"链表 每块大小相等,对编程人员要求是必要使            初始化为0    用rv的接口HPAG
www.eeworm.com/read/320816/13417879

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/316923/13514403

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);