代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/160611/5568613
template switches.h.template
/* switches.h template file
*/
#undef HAS_STDLIB_H
#undef HAS_SYS_TYPES_H
#undef HAS_SYS_STAT_H
#undef HAS_STAT_H
#undef HAS_MALLOC_H
#undef HAS_GETTIMEOFDAY
#undef READLINE
#undef XL
www.eeworm.com/read/152843/5658672
c sun3_ksyms.c
#include
#include
#include
#include
/*
* Add things here when you find the need for it.
*/
EXPORT_SYMBOL(dvma_map_align);
EXPORT_SYMBOL(
www.eeworm.com/read/294402/8227282
am makefile.am
AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES = libsexp.a
#AM_CPPFLAG = -fPIC
CFLAGS = -O3 -fPIC
libsexp_a_SOURCES = \
cstring.c \
cstring.h \
faststack.c \
faststack.h \
io.c \
malloc_util.c \
mallo
www.eeworm.com/read/292719/8338283
c testing.c
#include "util.h"
#include "vpr_types.h"
#include "globals_declare.h"
#include "read_arch.h"
#include "rr_graph.h"
#include "draw.h"
#include "graphics.h"
#include
int
main()
{
char ms
www.eeworm.com/read/368337/9701118
c sortsmall.c
#include
#include
int
main (void)
{
const gsl_rng_type * T;
gsl_rng * r;
size_t i, k = 5, N = 100000;
double * x = malloc (N * sizeof(doub
www.eeworm.com/read/334836/12571020
am makefile.am
AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES = libsexp.a
#AM_CPPFLAG = -fPIC
CFLAGS = -O3 -fPIC
libsexp_a_SOURCES = \
cstring.c \
cstring.h \
faststack.c \
faststack.h \
io.c \
malloc_util.c \
mallo
www.eeworm.com/read/111394/15513855
c ict_fsm.c
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute
www.eeworm.com/read/111023/15520124
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/102394/15783137
c sortsmall.c
#include
#include
int
main (void)
{
const gsl_rng_type * T;
gsl_rng * r;
size_t i, k = 5, N = 100000;
double * x = malloc (N * sizeof(double));
dou
www.eeworm.com/read/102158/15792258
h util.h
#ifndef __UTIL_H__
#define __UTIL_H__
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
#include
#include
#include
void *g_malloc0 (unsigned long siz