代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/288897/8596100
c new.c
#include"stdio.h"
#include"malloc.h"
#define M 30
/*/////////////////////*ILLUSION-EX*////////////////////////*/
typedef struct node /*节点定义*/
{
int vex;
struct node *
www.eeworm.com/read/184539/9095129
h sclinlist.h
typedef struct node
{
DataType data;
struct node *next;
} SCLNode;
void SCLLInitiate(SCLNode ** head)
{
if ((*head=(SCLNode *)malloc(sizeof(SCLNode)))==NULL) exit(1);
(*head)->next=*head
www.eeworm.com/read/184424/9100967
cpp app.cpp
//广度优先搜索
#include
#include
#include "queue.h"
////////////////////////////////////////
typedef char VertexType;
typedef struct ArcNode
{
int adjvex;
ArcNode
www.eeworm.com/read/371500/9551414
c lock.c
#include "calld.h"
typedef struct {
char *line; /* points to malloc()ed area */
/* we lock by line (device name) */
pid_t pid; /* but unlock by process ID */
www.eeworm.com/read/170114/9818923
c 6-8.c
void *malloc(long numbytes) {
/* Holds where we are looking in memory */
void *current_location;
/* This is the same as current_location, but cast to a
* memory_control_block
*/
struct m
www.eeworm.com/read/364193/9918586
cpp s2.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#include
static int length=0;//length为链表长度
www.eeworm.com/read/361177/10065047
c asn1.c
#include "asn1.h"
#
#if defined(WIN32) || defined(WINCE)
#include
#define alloca _alloca
#else
#include
#endif
/****************************************************************
www.eeworm.com/read/164247/10121282
txt cifa.txt
#include "safx.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/164238/10121776
c bcsp_datagram.c
/****************** INCLUDE FILES SECTION ***********************************/
#define __NO_VERSION__ /* don't define kernel_version in module.h */
#ifdef __KERNEL__
#include
#inc
www.eeworm.com/read/164238/10121780
c bcsp_sequence.c
/****************** INCLUDE FILES SECTION ***********************************/
#define __NO_VERSION__ /* don't define kernel_version in module.h */
#ifdef __KERNEL__
#include
#inc