代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/230508/14283569
h rt_sim.h
/*
* Copyright 1994-2002 The MathWorks, Inc.
*
* File: rt_sim.h $Revision: 1.15 $
*
* Abstract:
* Function prototypes for routines which perform one time step of
* a real-time single
www.eeworm.com/read/230043/14308139
c svm_learn.c
/***********************************************************************/
/* */
/* svm_learn.c
www.eeworm.com/read/126953/14392526
h ib_util.h
/*
* PROGRAM: UDF and Blob filter Utilities library
* MODULE: ib_util.h
* DESCRIPTION: Prototype header file for ib_util.c
*
* copyright (c) 1998 by InterBase Software Corporation
*/
#ifndef _
www.eeworm.com/read/225655/14527267
m4 aclocal.m4
## ----------------------------------- ##
## Check if --with-dmalloc was given. ##
## From Franc,ois Pinard ##
## ----------------------------------- ##
AC_DEFUN([LIBBT_WITH_DMALLOC],
www.eeworm.com/read/207008/15284172
c leak_test.c
#include "leak_detector.h"
main() {
int *p[10];
int i;
GC_find_leak = 1; /* for new collect versions not compiled */
/* with -DFIND_LEAK. */
www.eeworm.com/read/205734/15308531
h misc.h
#ifndef _NTFS_MISC_H_
#define _NTFS_MISC_H_
void *ntfs_calloc(size_t size);
void *ntfs_malloc(size_t size);
#endif /* _NTFS_MISC_H_ */
www.eeworm.com/read/169792/5410057
c gsm_destroy.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/162614/5530116
c builtins-12.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that all the malloc-like __builtin_ allocation functions are
recognized by the compiler.
Written by Roger Sayle, 12th April 2003. */
www.eeworm.com/read/160611/5569355
c gsm_destroy.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/158865/5593365
in makefile.in
# Makefile for GNU F77 compiler.
# Copyright (C) 1995-1998 Free Software Foundation, Inc.
#This file is part of GNU Fortran.
#GNU Fortran is free software; you can redistribute it and/or modify
#i