代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/257673/4361576
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/192315/8386761
h sysconfig.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/191298/8431370
c jdialog.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002, 2003 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/283560/9007052
c jdialog.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
www.eeworm.com/read/354910/10315634
h sysconfig.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/352714/10522167
makefile
# This is a make file that builds a library for
# kernel/lib/lmm
#
#
CC = gcc
AR = ar
CFLAGS = -nostdinc -fno-strict-aliasing -fno-builtin -g -Wall -Werror
LD = ld
LDFLAGS = -static
INCLUDES = -I.
www.eeworm.com/read/277913/10595496
c jdialog.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
www.eeworm.com/read/440151/6966209
makefile
# Makefile for multi-thread malloc test
# by Wolfram Gloger 1996-1999
DIST_FILES = COPYRIGHT README ChangeLog Makefile \
thread-m.h ptmalloc.h ptmalloc.c \
lran2.h t-test.h t-test1.c t-test2.c
DIST
www.eeworm.com/read/438437/7731334
h mmap.h
#ifndef _mmap_h_
#define _mmap_h_
#define DEFAULT_MMAP_FILE "/tmp/mpich-v2.log"
#define DEFAULT_MMAP_SIZE (512*1024*1024)
#include
extern void *(*mmap_malloc)(size_t);
extern void *(*mma
www.eeworm.com/read/296062/8126214
h glib-mem.h
/*
* C++ Interface: glib-mem
*
* Description: Compatibility macros for older versions of glib
*
*
* Author: Hong Jen Yee (PCMan) , (C) 2006
*
* Copyright: See COPYING file tha