代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/298817/7933289
c 单链表2.c
#include
#include
struct node{
int key;
struct node *next;
};
void creat_link(struct node *);
main()
{
struct node *head=NULL;
creat_li
www.eeworm.com/read/298428/7961578
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/397102/8068585
c qld.c
/*
* QLD.C
*
* A Matlab MEX interface to Prof. K. Schittkowski's (Univ. of Bayreuth,
* Germany) and Prof. M.J.D. Powell's (Univ. of Cambridge, UK) FORTRAN QLD
* routine, kindly provided by Prof
www.eeworm.com/read/296861/8074635
java mosmm.java
import java.awt.Color;
class MosMM
{
//保存用户区数据
private byte[] mm_user_data = null;
//保存用户区数据分配表
private byte[] mm_malloc_table = null;
private MosVar var = null;
String s = "";
www.eeworm.com/read/296068/8125046
c os.c
/*
** 2005 November 29
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/296045/8126932
c misc.c
/* $Id$ */
/* ----------------------------------------------------------------------- *
*
* Copyright 2001 H. Peter Anvin - All Rights Reserved
*
* This program is free software available u
www.eeworm.com/read/296025/8128040
sed djgpp.sed
s/y\.tab\./parse_tab\./
s/@DEFS@/-DMS_DOS/
s/@LIBS@//
s/@srcdir@/./
s/@YACC@/bison/
s/@CC@/gcc/
s/@RANLIB@/ranlib/
s/@ALLOCA@//
/^flex/ s/\.bootstrap//
/sed.*extern.*malloc/ c\
@mv parse_ta
www.eeworm.com/read/195579/8140300
c jmemnobs.c
/*
* jmemnobs.c
*
* Copyright (C) 1992-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/246011/12764870
c girth.c
/*
FILENAME: girth.c
AUTHOR: Tadashi Wadayama
HOW TO MAKE:
gcc -O2 -o girth girth.c
*/
#include
#include
#define INFINITY 10000000
int n;
int m;
int rmax;
int cmax;
www.eeworm.com/read/246005/12765162
c losynch.c
/**************************************************************************
* *
* Light OPC Server development library