代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/232407/4700961
c pngmem.c
/* pngmem.c - stub functions for memory allocation
*
* libpng 1.0.12 - June 8, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers
www.eeworm.com/read/209900/4956370
h alloca.h
/* alloca.h: Stack based allocation */
/* Copyright 1999 ARM Limited. All rights reserved */
/*
* RCS $Revision: 1.5.2.2 $
* Checkin $Date: 2001/05/23 21:56:07 $
* Revising $Author: sdouglas
www.eeworm.com/read/209559/4973601
c bitmap.c
/*
* linux/fs/affs/bitmap.c
*
* (c) 1996 Hans-Joachim Widmaier
*
* bitmap.c contains the code that handles all bitmap related stuff -
* block allocation, deallocation, calculation of free sp
www.eeworm.com/read/209559/4974120
c bitmap.c
/*
* linux/fs/hfsplus/bitmap.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies
*
* Handling of allocation file
*/
#include
www.eeworm.com/read/208294/4994637
c pngmem.c
/* pngmem.c - stub functions for memory allocation
*
* libpng version 1.2.8 - December 3, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 Gl
www.eeworm.com/read/204040/5035344
asm galloc.asm
;*
;* COW : Character Oriented Windows
;*
;* galloc.asm : global memory allocation
TITLE GALLOC - Global memory allocator
.xlist
include kernel.inc
include galloc.inc
include pbi.inc
www.eeworm.com/read/196938/5099525
c pngstub0.c
/* pngstub.c - stub functions for i/o and memory allocation
libpng 1.0 beta 1 - version 0.71
For conditions of distribution and use, see copyright notice in png.h
Copyright (c) 1995 Gu
www.eeworm.com/read/196938/5099527
c pngmem.c
/* pngmem.c - stub functions for memory allocation
libpng 1.0 beta 3 - version 0.89
For conditions of distribution and use, see copyright notice in png.h
Copyright (c) 1995, 1996 Guy E
www.eeworm.com/read/195013/5122142
c bitmap.c
/*
* linux/fs/affs/bitmap.c
*
* (c) 1996 Hans-Joachim Widmaier
*
* bitmap.c contains the code that handles all bitmap related stuff -
* block allocation, deallocation, calculation of free sp
www.eeworm.com/read/183001/5259351
readme
$PostgreSQL: pgsql/src/backend/utils/mmgr/README,v 1.8 2004/08/04 21:34:04 tgl Exp $
Notes about memory allocation redesign
--------------------------------------
Up through version 7.0, Postgres ha