代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/121089/6070508
txt zalloc.txt
SUMMARY cover name for standard memory allocator
#include
char * (*tools_alloc) (unsigned) = malloc;
DESCRIPTION
RETURN VALUE
IMPLEMENTATION
SEE ALSO
NOTE
EXAMP
www.eeworm.com/read/113536/6128055
txt zalloc.txt
SUMMARY cover name for standard memory allocator
#include
char * (*tools_alloc) (unsigned) = malloc;
DESCRIPTION
RETURN VALUE
IMPLEMENTATION
SEE ALSO
NOTE
EXAMP
www.eeworm.com/read/110034/6167145
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/110034/6168017
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/103192/6220793
txt zalloc.txt
SUMMARY cover name for standard memory allocator
#include
char * (*tools_alloc) (unsigned) = malloc;
DESCRIPTION
RETURN VALUE
IMPLEMENTATION
SEE ALSO
NOTE
EXAMP
www.eeworm.com/read/102935/6225967
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Modified for ARM Linux by Russ
www.eeworm.com/read/101015/6262237
txt zalloc.txt
SUMMARY cover name for standard memory allocator
#include
char * (*tools_alloc) (unsigned) = malloc;
DESCRIPTION
RETURN VALUE
IMPLEMENTATION
SEE ALSO
NOTE
EXAMP
www.eeworm.com/read/264967/6352137
c alloc.c
#include
#include
#include
#include
#include "ga_knn.h"
/*---------------------------------------------------------------
| Sample classification and gen
www.eeworm.com/read/490745/6452538
h jcfunction.h
//#include "malloc.h"
#include "math.h"
//#include "memory.h"
//********************************************************************
// 方法名称:BuildVLITable
//
// 方法说明:生成VLI表,使pVLITAB[i
www.eeworm.com/read/489588/6466034
c yiyuanduxiangshi.c
#include
#include
typedef struct node{
float coef;
int expn;
struct node * next;
}PLOY;
void start()
{
printf("************************************\n");
printf