代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/301198/13863912
c free.c
#include
#include
void main(void)
{
int *int_values;
int i;
if ((int_values = malloc(100 * sizeof(int))) == NULL)
printf("Error allocating the array\n
www.eeworm.com/read/147331/5731423
c free.c
/* dummy file to override one object in stdlib directory */
www.eeworm.com/read/137654/5822506
c free.c
/*-----------------------------------------------------------------------------
FREE.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2002 Keil Software. All rights rese
www.eeworm.com/read/136072/5874903
c free.c
/*
* libc/stdlib/malloc/free.c -- free function
*
* Copyright (C) 2002,03 NEC Electronics Corporation
* Copyright (C) 2002,03 Miles Bader
*
* This file is subject to the term
www.eeworm.com/read/136072/5874915
c free.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/135153/5887724
c free.c
/* vi: set sw=4 ts=4: */
/*
* Mini free implementation for busybox
*
* Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
* Copyright (C) 1999,2000,2001 by Erik Andersen
www.eeworm.com/read/134009/5895734
al free.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 435 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/f
www.eeworm.com/read/131315/5930701
3 free.3
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" the American National Stan
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