代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/178768/9385802

c userddi.c

/* User functions for the AIDS clinical trial example in section 5.5.4 of Ph.D. thesis. Example is taken from Han & Carlin, 2001 (see thesis for full reference). */ #include #include
www.eeworm.com/read/177968/9425457

c llist_test.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/177819/9431131

c xmalloc.c

/* xmalloc.c -- malloc with out of memory checking Copyright (C) 1990-1999, 2000 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/371112/9565392

dsw haibiossim.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/371087/9568866

dsw test.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/366144/9829297

c freemsh2.c

/* // ------------------------------------------------------------------ // freemsh2.c // // This file contains the function for deleting a mesh. // --------------------------------------------
www.eeworm.com/read/364700/9897910

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/363373/9953043

txt liziqun.txt

#include #include "..\\Utils.h" #include "..\\TSPDataSet.h" #include "PSO.h" static void PSO_MendCycle( TParticle *Particle ) { int tLooper1, tLooper2; int HasFound; tLooper1 =
www.eeworm.com/read/357359/10211571

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/357108/10216022

h check_str.h

#ifndef CHECK_STR_H #define CHECK_STR_H /* Return a string representation of the given TestResult. Return value has been malloc'd, and must be freed by the caller */ char *tr_str (TestResult *t