代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/108125/15593915
c testmain.c
/*
______________________________________________________________________________________
Designed by:
Niraj Kedar,
Systems Engineer,
L&T Infotech Ltd,
Bangalore, Ind
www.eeworm.com/read/105158/15677035
h lmem.h
/*
** $Id: lmem.h,v 1.26 2002/05/01 20:40:42 roberto Exp $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
#ifndef lmem_h
#define lmem_h
#include
#include "llimits.h"
www.eeworm.com/read/104361/15697203
c types.c
/*
* types.c -
*
* All types and functions declared in this header file begin with "Ty_"
* Linked list types end with "..list"
*/
#include
#include "util.h"
#include "symbol.
www.eeworm.com/read/104361/15697206
c temp.c
/*
* temp.c - functions to create and manipulate temporary variables which are
* used in the IR tree representation before it has been determined
* which variables are to go in
www.eeworm.com/read/104361/15697207
c tree.c
#include
#include "util.h"
#include "symbol.h"
#include "temp.h"
#include "tree.h"
T_expList T_ExpList(T_exp head, T_expList tail)
{T_expList p = (T_expList) checked_malloc (sizeof *
www.eeworm.com/read/470720/1451633
c 20000314-2.c
extern void malloc(__SIZE_TYPE__ size);
toto()
{
malloc(100);
}
www.eeworm.com/read/470693/1463579
c 20000314-2.c
extern void malloc(__SIZE_TYPE__ size);
toto()
{
malloc(100);
}
www.eeworm.com/read/240162/4589504
c 20000314-2.c
extern void malloc(__SIZE_TYPE__ size);
toto()
{
malloc(100);
}
www.eeworm.com/read/233448/4683605
c 20000314-2.c
extern void malloc(__SIZE_TYPE__ size);
toto()
{
malloc(100);
}
www.eeworm.com/read/190666/5179293
c 20000314-2.c
extern void malloc(__SIZE_TYPE__ size);
toto()
{
malloc(100);
}