代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/130382/5957807
h vstring.h
/* @(#) vstring.h 1.2 92/01/15 21:53:19 */
struct vstring {
char *str; /* string value */
char *last; /* last position */
};
extern struct vstring *vs_alloc(); /* initial allo
www.eeworm.com/read/126702/6014470
java memorydemo.java
package 内存管理;
/**
尽管Java提供了自动垃圾回收,有时也想知道对象堆的大小以及它还剩下多少。可以
利用这些信息检验你的代码的效率,或估计对某些类型,有多少对象可以被实例化。为了
获得这些值,可以使用totalMemory( )和freeMemory( )方法。
正如我们在第1部分提及的,Java的垃圾回收器周期性地运行将不再使用的对象放入回
收站。然而有 ...
www.eeworm.com/read/126641/6015529
pod x509_new.pod
=pod
=head1 NAME
X509_new, X509_free - X509 certificate ASN1 allocation functions
=head1 SYNOPSIS
X509 *X509_new(void);
void X509_free(X509 *a);
=head1 DESCRIPTION
The X509 ASN1 allocation rou
www.eeworm.com/read/126430/6017333
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 same subdirect
www.eeworm.com/read/113399/6131804
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bi
www.eeworm.com/read/102423/6233002
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 same subdirect
www.eeworm.com/read/482741/6621946
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[Hostel Allocation.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/410820/11268178
h matrix.h
/* matrix.h -- define types for matrices using Iliffe vectors
*
*************************************************************
* HISTORY
*
* 02-Apr-95 Reg Willson (rgwillson@mmm.com) at 3M St. Pa
www.eeworm.com/read/263024/11379721
c usb-ohci-pool.c
/*
* linux/drivers/usb/usb-ohci-pool.c
* BRIEF MODULE DESCRIPTION
* PCI pool primitives for usage with non-PCI OHCI controllers.
*
* Copyright 2003 MontaVista Software Inc.
* Author: MontaVista
www.eeworm.com/read/408498/11385278
cmd kernel.cmd
/*------------------------------------------------------------------------------*/
/* LINKER COMMAND FILE */
/*------------------------------------------------------------------------------*