代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/133340/14048663

c gsm_create.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/204914/15331418

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa
www.eeworm.com/read/203945/15348497

cpp gsm_create.cpp

/* * 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 SOFTWA
www.eeworm.com/read/113711/15450542

c c_cblas3.c

/* * Written by D.P. Manley, Digital Equipment Corporation. * Prefixed "C_" to BLAS routines and their declarations. * * Modified by T. H. Do, 4/15/98, SGI/CRAY Research. */ #include
www.eeworm.com/read/113711/15450547

c c_zblas3.c

/* * Written by D.P. Manley, Digital Equipment Corporation. * Prefixed "C_" to BLAS routines and their declarations. * * Modified by T. H. Do, 4/15/98, SGI/CRAY Research. */ #include
www.eeworm.com/read/113242/15466392

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa
www.eeworm.com/read/113074/15470674

c ctree.c

/* (c) Bartosz Milewski 2000 */ #include "ctree.h" #include #include double Calc (struct Node * pNode) { double x; x = 0.0; switch (pNode->type) { case NUM_NODE:
www.eeworm.com/read/111344/15514328

h error.h

/* * $XConsortium: error.h,v 1.9 93/02/25 17:21:29 gildea Exp $ */ /* * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. * * All Rights Reserved
www.eeworm.com/read/111023/15520068

c msg_read.c

/* The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-) Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org This library is free software; you can redistribute
www.eeworm.com/read/110993/15520985

cpp memcheck.cpp

//: C26:MemCheck.cpp {O} // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Memory allocation test