代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/297453/3886880
c free.c
/* $Id: free.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* void free( void * )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify,
www.eeworm.com/read/287127/4027096
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/285857/4044403
c free.c
/* Work around incompatibility on older systems where free (NULL) fails.
Copyright (C) 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/282272/4106395
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/279968/4129578
c free.c
/* dummy file to override one object in stdlib directory */
www.eeworm.com/read/275471/4176435
c free.c
/*-----------------------------------------------------------------------------
FREE.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-1999 Keil Software. All rights rese
www.eeworm.com/read/275152/4179790
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/440773/1788927
java free.java
/*
(c) Copyright 2002, 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
[See end of file]
$Id: Free.java,v 1.7 2007/01/02 11:50:42 andy_seaborne Exp $
*/
package com.h
www.eeworm.com/read/438718/1822630
c free.c
#include "config.h"
#include
#include
#include
#include
#ifndef USE_DLMALLOC
extern long malloc_ref_count;
extern long bytes_deallocated;
void f