代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/144827/12770640
cpp renew-sq-ci-al-20050823.cpp
#include
#include
#include
#include
///////////////////////////////////////////
typedef char BYTE;
////////////////////////////////////////
void ByteToBit(B
www.eeworm.com/read/144827/12770652
cpp baklasted-ok-sq-ci-al-20050823.cpp
#include
#include
#include
#include
///////////////////////////////////////////
typedef char BYTE;
////////////////////////////////////////
void ByteToBit(B
www.eeworm.com/read/243267/12952118
h amoimess_mms_transfer.h
/*--------------------------------- Includes-------------------------------------*/
#include
#include
#include
#include
#include
/*-
www.eeworm.com/read/243219/12954738
h slnode.h
typedef struct Node
{
DataType data;
DataType d;
struct Node *next;
}SLNode;
void ListInitiate(SLNode **head)
{
if((*head=(SLNode*)malloc(sizeof(SLNode)))==NULL) return;
www.eeworm.com/read/141590/12996779
cpp big.cpp
#include
#include
#include
#include
#include "big.h"
/*---------------------------------*/
big::big()
{
}
/*------------------------------
www.eeworm.com/read/312395/13612040
txt 文档.txt
///////////////////////////////////////MALLOC.H/////////////////
#include
typedef long Align;
union header {
struct {
union header *next;
unsigned int size;
} s;
Align x;
www.eeworm.com/read/305772/13761092
cpp hfmmodel.cpp
#include /* for size_t, printf() */
#include /* for getch() */
#include /* for tolower() */
#include /*
www.eeworm.com/read/101153/6237813
h kvmem.h
/*******************************/
/* Memory management functions */
/*******************************/
#ifndef _KVMEM_H
#define _KVMEM_H
#include
#include
#include
www.eeworm.com/read/128671/6285637
cpp big.cpp
#include
#include
#include
#include
#include "big.h"
/*---------------------------------*/
big::big()
{
}
/*------------------------------
www.eeworm.com/read/493401/6402251
h boundedbuffer.h
#include "synch-sleep.h"
#include
class BoundedBuffer {
public:
// create a bounded buffer with a limit of 'maxsize' bytes
BoundedBuffer(int maxsize);
~BoundedBuffer()