代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/347982/11620423
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/260139/11743599
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/345510/11810793
txt 欧拉路.txt
#include //圈套圈算法
#include
#include
#include
#define N 100010
#define DEF (struct point *)malloc(sizeof(struct point))
#define ST struct
www.eeworm.com/read/343401/11951338
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/122166/14717359
cpp 1.cpp
#include
#include
#define NULL 0
typedef struct slnode
{
int data;
int ext;
struct slnode *next;
}node;
void head(node **h)
{ (*h)=(node*)malloc(sizeof(nod
www.eeworm.com/read/210317/15201629
cpp main.cpp
#include "iostream.h"
#include "malloc.h"
#include "string.h"
void GetMemory(char *p, int num)
{
p = (char *)malloc(sizeof(char) * num);
}
void Test(void)
{
char *str = NULL;
GetMemo
www.eeworm.com/read/8113/141916
c˴
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/10105/181348
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/12198/240313
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/16062/643790
h memp_std.h
/*
* SETUP: Make sure we define everything we will need.
*
* We have create three types of pools:
* 1) MEMPOOL - standard pools
* 2) MALLOC_MEMPOOL - to be used by mem_malloc in mem.c
* 3)