代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/430518/1927653

c anode.c

/* * linux/fs/hpfs/anode.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * handling HPFS anode tree that contains file allocation info */ #include "hpfs_fn.h" /* Find
www.eeworm.com/read/428548/1958751

c alloc_stats.c

/* vi: set sw=4 ts=4: */ /* * alloc_stats.c --- Update allocation statistics for ext2fs * * Copyright (C) 2001 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the terms
www.eeworm.com/read/404103/2307073

c tty.c

/* $Id: tty.c,v 1.1 2003/04/17 17:42:43 czz Exp $ */ /* * TTY.C ------ Routines for pseudo terminal allocation. * Various platforms are supported. * * Copyright (C) 1992, 1993 Yongguang Zhang
www.eeworm.com/read/396471/2415838

c xalloc.c

/* * Copyright 1997-2000 by Pawel Krawczyk * * See http://www.ceti.com.pl/~kravietz/progs/tacacs.html * for details. * * xalloc.c Failsafe memory allocation functions. *
www.eeworm.com/read/392445/2497078

c xalloc.c

/* * Copyright 1997-2000 by Pawel Krawczyk * * See http://www.ceti.com.pl/~kravietz/progs/tacacs.html * for details. * * xalloc.c Failsafe memory allocation functions. *
www.eeworm.com/read/389879/2533869

c dma.c

/* Broadcom B43 wireless driver DMA ringbuffer and descriptor allocation/management Copyright (c) 2005, 2006 Michael Buesch Some code in this file is derived from the b44.c
www.eeworm.com/read/374581/2749678

c alloc_stats.c

/* vi: set sw=4 ts=4: */ /* * alloc_stats.c --- Update allocation statistics for ext2fs * * Copyright (C) 2001 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the terms
www.eeworm.com/read/366848/2860212

cpp imagbase.cpp

#include #include #include "imagbase.h" // error handling int mgcImage::verbose = 0; unsigned mgcImage::error = 0; const unsigned mgcImage::allocation_failed = 0x0000
www.eeworm.com/read/366848/2860219

cpp lattice.cpp

#include #include #include "lattice.h" // error handling int mgcLattice::verbose = 0; unsigned mgcLattice::error = 0; const unsigned mgcLattice::allocation_failed = 0x00
www.eeworm.com/read/360524/2960961

hh subband.hh

#ifndef SUBBAND_H #define SUBBAND_H enum e_channels { both, left, right }; // abstract base class for subband classes of layer I and II: class Subband { public: virtual void read_allocation(Aud