代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5540505
c pass36-frag.c
#include
#include
#include
#include
int main ()
{
char *k;
__mf_set_options ("-sigusr1-report -print-leaks");
k = (char *) malloc (100);
raise (SIGUSR1);
fr
www.eeworm.com/read/161121/5555765
flash2 ld.sys.big.flash2
OUTPUT_FORMAT("elf32-bigmips")
OUTPUT_ARCH(mips)
ENTRY(XferToRam)
SECTIONS
{
. = 0xBF000000;
.got : {*(.got)}
.reset : {
xfer.o
}
kernel_location_start = 0x80100000;
. = 0x80400000;
www.eeworm.com/read/156137/5612440
c memp.c
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/395762/8153581
am makefile.am
noinst_LIBRARIES = libor.a libor-crypto.a
#CFLAGS = -Wall -Wpointer-arith -O2
if USE_OPENBSD_MALLOC
libor_extra_source=OpenBSD_malloc_Linux.c
else
libor_extra_source=
endif
libor_a_SOURCES = log.
www.eeworm.com/read/392866/8322207
h dram.h
#ifndef _DRAM_H_
#define _DRAM_H_
extern void ican_free ( void *memp);
extern void *reg_malloc (unsigned int size);
extern void ican_init_mempool (void *pool,unsigned int size);
extern unsigne
www.eeworm.com/read/173349/9661824
test async2.test
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*************************************
www.eeworm.com/read/171367/9759753
c simp.c
/*
(c) Copyright 2001 Julien Etelain. All rights reserved.
*/
/* Revision History (as of 04/04/2002):
*
* 04/04/2002: Updated with new icon (orudge)
*/
#include
#include
www.eeworm.com/read/267631/11170420
c sendrawip.c
#include
#include
#include
#include
#include
#ifndef WIN32
#include
#include
#else
#include
#endif
#include "hping
www.eeworm.com/read/205013/15330131
test async2.test
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*************************************
www.eeworm.com/read/204429/15339861
c memory.c
/*-*-linux-c-*-*/
/***********************************************
*
* Memory debugging and encapsulation functions.
* submitted by Kervin
***********************************************/
#include ".