代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/137955/13276425
h lburg.h
#ifndef BURG_INCLUDED
#define BURG_INCLUDED
/* $Id: lburg.h,v 2.1 1994/11/30 21:53:18 drh Exp $ */
/* iburg.c: */
extern void *alloc(int nbytes);
typedef enum { TERM=1, NONTERM } Kind;
typed
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/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/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/319939/13439165
txt c语言库函数(s类字母) - 1.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
prin
www.eeworm.com/read/318716/13473585
h _p.h
// OraLib 0.0.4 / 2002-07-28
// _p.h (precompiled header)
//
// http://606u.dir.bg/
// 606u@dir.bg
#if defined (_MSC_VER) // Microsoft Visual C++
# define _CRTDBG_MAP_ALLOC
#endif
// disab
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);
www.eeworm.com/read/316653/13519190
c demo.c
#include
#include
#include
#include
#include "SD_Fat.h"
#include "SD_Fat.c"
int main()
{
SD_FILE *fp;
int i;
char str[512];
www.eeworm.com/read/315631/13539376
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/311844/13624717
c 95.c
#include
#include
#include
#include
/*字符操作函数*/
#include
#define BUFFSIZE 32
#define COL 128
#define ROW 64
/*定义栈1*/
typedef struct