代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/301198/13863906
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/152021/5677374
m51 6-4.m51
BL51 BANKED LINKER/LOCATER V5.03 08/25/2005 13:16:21 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/147331/5732575
c strdup_r.c
#include
#include
#include
char *
_DEFUN (_strdup_r, (reent_ptr, str),
struct _reent *reent_ptr _AND
_CONST char *str)
{
size_t len = strlen (str
www.eeworm.com/read/144216/5751989
pl makefile.pl
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'OS2::DLL',
VERSION => '0.01',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes',
www.eeworm.com/read/136989/5828389
c cgi-send.c
/* cgi-send.c,v 1.2 2000/06/04 22:00:03 brunsch Exp */
/*
* Send 10K file; send random bits.
*
*/
#include
#include
#define FILE_SIZE 10240
#define MALLOC_FAI
www.eeworm.com/read/136821/5851156
h custom-linux-x86-g++.h
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
www.eeworm.com/read/134009/5895919
pl makefile.pl
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'OS2::DLL',
VERSION => '0.01',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes',
www.eeworm.com/read/132649/5914569
c mem.c
/*
* ===========================================================================
* PRODUCTION $Log: mem.c,v $
* PRODUCTION Revision 1000.0 2003/10/29 20:35:02 gouriano
* PRODUCTION PRODUCTION: I
www.eeworm.com/read/131315/5935814
sh ncr_tower.sh
optimize='-O0'
ccflags="$ccflags -W2,-Sl,2000"
eval_cflags='large="-W0,-XL"'
teval_cflags=$eval_cflags
d_mkdir=$undef
usemymalloc='y'
mallocsrc='malloc.c'
mallocobj='malloc.o'
www.eeworm.com/read/126641/6015049
c pk7_attr.c
/* pk7_attr.c */
/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
* project 2001.
*/
/* ====================================================================
* Copyright (c) 2