代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/151043/7142617
cpp algo0217.cpp
void difference(SLinkList &space, int &S) { // 算法2.17
// 依次输入集合A和B的元素,在一维数组space中建立表示集合(A-B)∪(B-A)
// 的静态链表, S为头指针。假设备用空间足够大,space[0].cur为头指针。
int i, j, k, m, n, p, r;
ElemType b;
Init
www.eeworm.com/read/461083/7234784
lss main.lss
main.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00000a6a 00000000 00000000 00000074 2**1
CO
www.eeworm.com/read/454633/7386575
cpp algo0217.cpp
void difference(SLinkList &space, int &S) { // 算法2.17
// 依次输入集合A和B的元素,在一维数组space中建立表示集合(A-B)∪(B-A)
// 的静态链表, S为头指针。假设备用空间足够大,space[0].cur为头指针。
int i, j, k, m, n, p, r;
ElemType b;
Init
www.eeworm.com/read/453925/7403711
c debugmalloc.c
/* debugmalloc.c: a malloc for debugging purposes. */
#include
#include
#include
static unsigned trace = 0;
#define TRACE(s) if (trace) fprintf (stderr, "%s", s)
#de
www.eeworm.com/read/451558/7461817
c operate.c
/*
******************************************************************************************
*
* 功 能 :操作菜单
* 作 者 :林永表
* 日 期 :2009-4-5
*
******************************************
www.eeworm.com/read/448997/7520561
cpp algo0217.cpp
void difference(SLinkList &space, int &S) { // 算法2.17
// 依次输入集合A和B的元素,在一维数组space中建立表示集合(A-B)∪(B-A)
// 的静态链表, S为头指针。假设备用空间足够大,space[0].cur为头指针。
int i, j, k, m, n, p, r;
ElemType b;
Init
www.eeworm.com/read/448739/7526319
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/438562/7729779
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/436323/7771713
txt output.txt
wcscpy(pytable[0].node[0].yinjie,_T("a"));
pytable[0].node[0].count=2;
pytable[0].node[0].hzs=(TCHAR *)malloc((pytable[0].node[0].count+1)*MIN_UNIT_LEN);
if(pytable[0].node[0].hzs==NULL){
re
www.eeworm.com/read/198958/7901183
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------