代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/165151/10074448

c h.c

/* * h.c -- Handle allocation module * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * See the file "license.txt" for usage and redistribution license requirements *
www.eeworm.com/read/165151/10074467

c balloc.c

/* * balloc.c -- Block allocation module * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirem
www.eeworm.com/read/359662/10131408

html classes.html

Class Usage in the FTP Benchmark Code Class Usage in the FTP Benchmark Code In general, there is no inheritance among the classes, and all allocation
www.eeworm.com/read/358682/10182261

h dma.h

// dma.h -- inheritance and dynamic memory allocation #ifndef DMA_H_ #define DMA_H_ #include // Base Class Using DMA class baseDMA { private: char * label; int rating;
www.eeworm.com/read/356354/10230395

c pngmem.c

/* pngmem.c - stub functions for memory allocation * * libpng 1.2.5 - October 2, 2002 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2002 Glenn Rande
www.eeworm.com/read/423907/10527094

c linkqueu.c

/* TO PUSH AND POP AN ELEMENT INTO THE QUEUE USING LINK ALLOCATION */ #include #include typedef struct link { int e; struct link *next; }queue; queue *front,*rear,*te
www.eeworm.com/read/278058/10578079

h dma.h

// dma.h -- inheritance and dynamic memory allocation #ifndef DMA_H_ #define DMA_H_ #include // Base Class Using DMA class baseDMA { private: char * label; int rating;
www.eeworm.com/read/277934/10593236

h allocator_bit_vector.h

// file: allocator_bit_vector.h // author: Marc Bumble // May 12, 2000 // Class and functions used to maintain a bit vector for memory allocation // Copyright (C) 2000 by Marc D. Bumble // This prog
www.eeworm.com/read/350134/10762960

c h.c

/* * h.c -- Handle allocation module * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * See the file "license.txt" for usage and redistribution license requirements *
www.eeworm.com/read/350134/10763009

c balloc.c

/* * balloc.c -- Block allocation module * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirem