代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/329073/12984151

c lyap_spec.c

/*Author: Rainer Hegger, last modified Sep 21, 1999 */ #include #include #include #include #include #include #include "routines/tsa.h" #d
www.eeworm.com/read/141322/13022846

c mpeg2dec.c

/* mpeg2dec.c, main(), initialization, option processing */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * Thes
www.eeworm.com/read/241400/13147005

c jmemnobs.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/138638/13227491

c invcreat.c

/* ** Function to create a SUBASSEMBLY inventory record. */ #include #include #include "inventor.h" Invrec * create_subassy_record( int n_parts ) { Invrec *new_rec;
www.eeworm.com/read/138638/13227501

c alloc.c

/* ** Implementation for a less error-prone memory allocator. */ #include #include "alloc.h" #undef malloc void * alloc( size_t size ) { void *new_mem; /* ** Ask for the re
www.eeworm.com/read/240116/13236610

c mpeg2dec.c

/* mpeg2dec.c, main(), initialization, option processing */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * Thes
www.eeworm.com/read/136707/13364867

cpp fft.cpp

#include #include NTL_START_IMPL long NumFFTPrimes = 0; long *FFTPrime = 0; long **RootTable = 0; long **RootInvTable = 0; long **TwoInvTable = 0; doubl
www.eeworm.com/read/315999/13532762

cpp func7-2.cpp

// func7-2.cpp 包括弧(边)的相关信息类型的定义及对它的操作 #define MAX_INFO 20 // 弧(边)的相关信息字符串的最大长度+1 typedef char InfoType; // 弧(边)的相关信息类型 void InputArc(InfoType* &arc) // 与之配套的输入弧(边)的相关信息的函数 { char s[MAX_INFO
www.eeworm.com/read/314478/13566196

c jmemnobs.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/309167/13680401

h util_dist.h

#ifndef __SUPERLU_UTIL /* allow multiple inclusions */ #define __SUPERLU_UTIL #include #include #include #include /* * Macros */ #ifndef USER_ABORT #defi