代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/136072/5874910
c mallopt.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/136072/5874913
c memalign.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/135582/5885796
c r_data.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: r_data.c,v 1.2 2003/09/08 22:34:31 jasonk Exp $
//
// Copyright (C)
www.eeworm.com/read/133943/5897862
c rep_mult.c
/* rep_mult.c repmat first two operands to the size provided by */
/* the third operand, then perform point multiply */
/* 3 input, 1 output
www.eeworm.com/read/133772/5899768
cdl memalloc.cdl
# ====================================================================
#
# memalloc.cdl
#
# Dynamic memory allocator services configuration data
#
# ===================================
www.eeworm.com/read/133772/5899833
cpp heapgen.cpp
/*========================================================================
//
// heapgen.cpp
//
// Helper file for heapgen.tcl
//
//====================================================
www.eeworm.com/read/133772/5901864
h osdep.h
//==========================================================================
//
// include/netinet6_osdep.h
//
//
//
//================================================================
www.eeworm.com/read/131315/5931257
c dir_proc.c
/* @(#)dir_proc.c 2.1 88/08/02 4.0 RPCSRC */
/*
* dir_proc.c: remote readdir implementation
*/
#include
#include
#include "dir.h"
extern int errno;
extern char *malloc();
ex
www.eeworm.com/read/131315/5932117
c seqwrite.c
/*
* Sequential I/O benchmark.
*/
#include
#include
#include
char *malloc();
main(argc, argv)
char *argv[];
{
register int i, max;
char *buf;
struct st
www.eeworm.com/read/131315/5932141
c seqrewrite.c
/*
* Sequential I/O benchmark.
*
* Overwrites existing data in a file.
*/
#include
#include
#include
char *malloc();
main(argc, argv)
char *argv[];
{
re