代码搜索:如何学习 FREE?

找到约 10,000 项符合「如何学习 FREE?」的源代码

代码结果 10,000
www.eeworm.com/read/130382/5957768

c free.c

/* * Copyright (c) 1994 The Regents of the University of Michigan. * All rights reserved. * * free.c - some free routines are included here to avoid having to * link in lots of
www.eeworm.com/read/126411/6017619

c free.c

/* Free a block of memory allocated by `malloc'. Copyright 1990, 1991, 1992 Free Software Foundation Written May 1989 by Mike Haertel. This library is free software; you can redistribute it an
www.eeworm.com/read/125688/6023832

c free.c

/* * Copyright (c) 1995-1996, 1998, 1999 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open
www.eeworm.com/read/124347/6051144

c free.c

/* dummy file to override one object in stdlib directory */
www.eeworm.com/read/119864/6081538

c free.c

/* free.c - C standard library routine. Copyright (c) 1989, 1993 Michael J. Haertel You may redistribute this library under the terms of the GNU Library General Public License (version 2 or
www.eeworm.com/read/116006/6115006

c free.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l
www.eeworm.com/read/101082/6245493

3 free.3

.so man3/malloc.3
www.eeworm.com/read/101082/6247381

3 free.3

.so man3/malloc.3
www.eeworm.com/read/101082/6250654

c free.c

#include "defs" cleanst() { register ptr p, q; ptr pjunk; int i; register struct stentry *s; struct stentry **hp; TEST fprintf(diagfile, "\n"); clcomm(); for(hp = hashtab ; hp
www.eeworm.com/read/494691/6360304

c free.c

#include "db.h" /* Free up a DB structure, and all the malloc'ed buffers it * may point to. Also close the file descriptors if still open. */ int _db_free(DB *db) { if (db->idxfd >= 0 && close(db