代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/331180/12841664
c tshm.c
#include
#include
#include
#include "ourhdr.h"
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE (SHM_R | SHM_W) /* u
www.eeworm.com/read/143472/12873289
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/330168/12908634
c video_ntsc_pal.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/243659/12929784
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 SOFTWA
www.eeworm.com/read/243289/12950352
txt readme.txt
应用程序框架
rv内存池布局
|-----|------------|---------------|---------------------------------------....----|
RPOOL RAI_Header 分配标记着色区 内存块"连续"链表 每块大小相等,对编程人员要求是必要使
初始化为0 用rv的接口HPAG
www.eeworm.com/read/141545/13003765
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/140245/13094392
y libparam.y
/* libparam (version 1.0)
* Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of Carnegie Mellon University, 2001, 2002, 2003.
*
*
www.eeworm.com/read/326893/13110530
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/326038/13169528
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/325392/13209231
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.