代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/103277/15738013
c gw_stuff.c
/*==========================================================
* Program : gw_stuff.c Project : smslink
* Author : Philippe Andersson.
* Date : 01/03/00
* Version : 0.16b
* N
www.eeworm.com/read/100066/15886916
c gw_stuff.c
/*==========================================================
* Program : gw_stuff.c Project : smslink
* Author : Philippe Andersson.
* Date : 01/03/00
* Version : 0.16b
* N
www.eeworm.com/read/402480/2321724
changelog
2004-11-05 Wolfram Gloger
* malloc/hooks.c (malloc_starter, memalign_starter): Call
ptmalloc_init_minimal().
2004-11-04 Wolfram Gloger
* malloc/malloc.c (USE_ST
www.eeworm.com/read/332113/3401496
c 2.c
#include
int main(void){
void *curly,*larry,*moe,*po,*lala,*dipsi,*tw,*piniata;
curly = malloc(256);
larry = malloc(256);
moe = malloc(256);
po
www.eeworm.com/read/289414/8553233
c svm_learn.c
/***********************************************************************/
/* */
/* svm_learn.c
www.eeworm.com/read/188087/8573143
c qr.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "mpi.h"
#define a(x,y) a[x*M+y]
#define q(x,y) q[x*M+y]
#define A(x,y) A[x*M+y]
#define Q(x,y) Q[x*M+y]
#define R(x,y) R[x*M+y]
floa
www.eeworm.com/read/432726/8580624
h ib_util.h
/*
* PROGRAM: UDF and Blob filter Utilities library
* MODULE: ib_util.h
* DESCRIPTION: Prototype header file for ib_util.c
*
* copyright (c) 1998 by InterBase Software Corporation
*/
#ifndef _
www.eeworm.com/read/187893/8594112
c common.c
/* common.c: h264 library */
#include
#include
#include
#include "stdint.h"
#ifdef HAVE_MALLOC_H
#include
#endif
#include "common.h"
/****
www.eeworm.com/read/388276/8619949
c test.c
#include
#include "stdlib.h"
//#include
#include "convert.h"
//#define BUFF_SIZE 5120 //80x64
#define BUFF_SIZE 10752 //112x96
int main()
{
FILE* in_fp;
FILE* out_f
www.eeworm.com/read/285689/8822832
c clnkinfx.c
/******************************************************/
/* 插入一个值为x的结点作为循环单链表的第一个结点 */
/*文件名clnkinfx.c,函数名insert_in_front_clink_list()*/
/**************************************************