代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/419426/10868232
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/271877/10977390
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/271634/10985895
cpp create_book.cpp
#include"stdio.h"
#include"book_struct.h"
#include"iostream.h"
void create_bookmas(bomas &B)//创建单链表
{
B=(bomas)malloc(sizeof(bookmassage));//创建一个空的头结点
if(!B)exit (OVERFLOW);
B->next=NULL;
www.eeworm.com/read/417462/10988745
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/470033/6923201
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/470033/6923359
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/189342/7115022
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/461921/7214474
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/459549/7273964
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/453496/7418348
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);