代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/229551/14330262
txt 更新说明.txt
070622
使用440bx库中的malloc的ntohs,ntohl替换原来的readuint16.32函数;
070627
将__WINDOWS_TCP__修改容易记的__LITTLEENDIAN__
07-07-19
为udp发送新开一个缓冲区,这样tcp 与 udp发送数据时不用一块缓冲区,避免两个同时收发时出错
www.eeworm.com/read/229545/14331868
c jmemnobs.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/124283/14579176
c dwt.c
#include
#include
#include
#include
int
main (int argc, char **argv)
{
int i, n = 256, nc = 20;
double *data = malloc (n * sizeof (double))
www.eeworm.com/read/123697/14616293
c r_data.c
//**************************************************************************
//**
//** r_data.c : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: r_data.c,v $
//** $Revision: 1.8 $
//** $Date:
www.eeworm.com/read/223007/14664921
c invcreat.c
/*
** Function to create a SUBASSEMBLY inventory record.
*/
#include
#include
#include "inventor.h"
Invrec *
create_subassy_record( int n_parts )
{
Invrec *new_rec;
www.eeworm.com/read/223007/14664926
c alloc.c
/*
** Implementation for a less error-prone memory allocator.
*/
#include
#include "alloc.h"
#undef malloc
void *
alloc( size_t size )
{
void *new_mem;
/*
** Ask for the re
www.eeworm.com/read/119349/14832212
c y.tab.c
#ifndef lint
static char const
yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $";
#endif
#include
#define YYBYACC 1
#define YYMAJOR 1
#define YYMINOR
www.eeworm.com/read/119349/14832227
c drop.c
#ifndef lint
static char const
yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $";
#endif
#include
#define YYBYACC 1
#define YYMAJOR 1
#define YYMINOR
www.eeworm.com/read/117726/14906770
h config.h
#ifndef __CONGIF_H_
#define __CONFIG_H_
/*
* config.h - malloc lab configuration file
*
* Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved.
* May not be used, modified, or cop
www.eeworm.com/read/117724/14907262
h config.h
#ifndef __CONGIF_H_
#define __CONFIG_H_
/*
* config.h - malloc lab configuration file
*
* Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved.
* May not be used, modified, or cop