代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/140180/5794579
c subtitles.c
/*****************************************************************************
* subtitles.c
*****************************************************************************
* Copyright (C) 2003-2004
www.eeworm.com/read/137654/5822433
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved
www.eeworm.com/read/136812/5857349
c on_exit.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)on_exit.c 1.1 92/07/30 Copyr 1987 Sun Micro";
#endif
#include
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
www.eeworm.com/read/136812/5859475
h sun.h
/* @(#)sun.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
#ifndef sunwindow_sun_DEFINED
#define sunwindow_sun_DEFINED
#if !(defined(stdio_DEFINED) || defined(FILE))
#i
www.eeworm.com/read/136072/5874914
c calloc.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/134479/5892411
br vout_brook.br
#include
kernel void foo (float a, float b, float4 c,
float d[10][10], vout [4]float e) {
e = a+b;
push(e);
if (round(fmod( (indexof a).x,2))!=1) {
e = 2;
push (e);
www.eeworm.com/read/134479/5892417
br big.br
// big.br
// tests big streams with address-translation
#include
kernel void copy( float a[][][][], out float b ) {
float4 index = {(indexof b).x,0,0,0};
b = a[index];
}
int ma
www.eeworm.com/read/131315/5935833
sh hpux.sh
echo " "
echo "NOTE: regression test op.read may fail due to an NFS bug in HP/UX."
echo "If so, don't worry about it."
case `(uname -r) 2>/dev/null` in
*3.1*) d_syscall=$undef ;;
*2.1*) libswanted=`ec
www.eeworm.com/read/131315/5937201
c storage.c
/*
* ++Copyright++ 1985, 1989
* -
* Copyright (c) 1985, 1989
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with
www.eeworm.com/read/131315/5937596
makefile
#!/bin/make
#
# Copyright (c) 1994 David I. Bell and Landon Curt Noll
# Permission is granted to use, distribute, or modify this source,
# provided that this copyright notice remains intact.
#
# Arbit