代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/127382/14357101
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/119817/14820572
c close.c
#include "mail.h"
void
mail_close(MAIL *mail)
{
_mail_free(mail); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/169190/5427391
c apr_ldap_url.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/167185/5463200
3 arrfree.3
.\" Copyright (c) 1987 Entropic Speech, Inc. All rights reserved.
.\" @(#)arrfree.3 1.5 30 Apr 1997 ESI
.TH ARR_FREE 3\-ESPSu 30 Apr 1997
.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ En
www.eeworm.com/read/167046/5470939
h heap.h
/*
* libc/stdlib/malloc/heap.h -- heap allocator used for malloc
*
* Copyright (C) 2002,03 NEC Electronics Corporation
* Copyright (C) 2002,03 Miles Bader
*
* This file is su
www.eeworm.com/read/163821/5509076
h heap.h
/*
* libc/stdlib/malloc/heap.h -- heap allocator used for malloc
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to the terms
www.eeworm.com/read/160391/5571541
c nrutil.c
/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes
utility file nrutil.c. Do not confuse this file with the same-named
file nrutil.c that is supplied in the 'misc' subdire
www.eeworm.com/read/195394/8159246
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/170790/9790097
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper funtions
*
* \author
* Main cont
www.eeworm.com/read/170790/9790375
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper funtions
*
* \author
* Main contributors