代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/146618/12631931

c brinv.c

#include "stdlib.h" #include "math.h" #include "stdio.h" int brinv(a,n) int n; double a[]; { int *is,*js,i,j,k,l,u,v; double d,p; is=malloc(n*sizeof(int)); js=mall
www.eeworm.com/read/113711/15450357

c cblas_example1.c

/* cblas_example.c */ #include #include #include "cblas.h" int main ( ) { enum CBLAS_ORDER order; enum CBLAS_TRANSPOSE transa; double *a, *x, *y; double alpha, beta
www.eeworm.com/read/113359/15464518

c rinv.c

#include "stdlib.h" #include "math.h" #include "stdio.h" int rinv(n,a) int n; double a[]; { int *is,*js,i,j,k,l,u,v; double d,p; is=malloc(n*sizeof(int)); js=mallo
www.eeworm.com/read/108874/15572930

htm ei3.htm

Effective C++, 2E | Item 3: Prefer new and delete to malloc and free Back to Item 2: Prefer to . Continue to Item 4: Prefer C++-style comments. Item 3: Prefer new and delete to ma
www.eeworm.com/read/101783/15817153

htm ei3.htm

Effective C++, 2E | Item 3: Prefer new and delete to malloc and free Back to Item 2: Prefer to . Continue to Item 4: Prefer C++-style comments. Item 3: Prefer new and delete to ma
www.eeworm.com/read/147331/5732084

in makefile.in

# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/124347/6051545

in makefile.in

# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundat
www.eeworm.com/read/121688/14742302

h mad.h

#ifndef _MAD_H #define _MAD_H #define SEGVNOW() {""[0] = '\0';} #ifdef DEBUG_MALLOC /* debug internal mallocs only */ #define DEBUG_MALLOC_EXCLUDE_EXTERNAL /* #define DEBUG_MALLOC_EXCLUDE_EXTERNAL *
www.eeworm.com/read/220124/14852164

h memo_hnd.h

/* memo_hnd.h 25.08.93 */ /* / -------------------------------------------------------------- / Copyright (C) 1993: Michael Braun / Kaeti
www.eeworm.com/read/116536/14966090

c findmalloc.c

/* * Memory diagnosics: find_malloc.c * * Author: Richard Dickson (dickson@jlab.org) * * $Id: findMalloc.c,v 1.1 1999/11/29 23:27:48 borkhuis Exp $ * */ #include char *addr_of_mall