代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/190346/5185822
c ne_alloc.c
/*
Replacement memory allocation handling etc.
Copyright (C) 1999-2003, Joe Orton
This library is free software; you can redistribute it and/or
modify it under the t
www.eeworm.com/read/190346/5185832
h ne_alloc.h
/*
Replacement memory allocation handling etc.
Copyright (C) 1999-2002, Joe Orton
This library is free software; you can redistribute it and/or
modify it under the t
www.eeworm.com/read/182103/5265274
h fat_fat_operations.h
/*
* fat_fat_operations.h
*
* Constants/data structures/prototypes for operations on Files Allocation
* Table
*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S.
www.eeworm.com/read/179911/5300284
c ialloc.c
/*
* ialloc.c
*
* PURPOSE
* Inode allocation handling routines for the OSTA-UDF(tm) filesystem.
*
* CONTACTS
* E-mail regarding any portion of the Linux UDF file system should be
* directed to
www.eeworm.com/read/179911/5300297
c balloc.c
/*
* balloc.c
*
* PURPOSE
* Block allocation handling routines for the OSTA-UDF(tm) filesystem.
*
* CONTACTS
* E-mail regarding any portion of the Linux UDF file system should be
* directed to
www.eeworm.com/read/178232/5317717
c sfmemcap.c
/*
sfmemcap.c
These functions wrap the malloc & free functions. They enforce a memory cap using
the MEMCAP structure. The MEMCAP structure tracks memory usage. Each allocation
has 4 bytes a
www.eeworm.com/read/167562/5457814
c pngerror.c
/* pngerror.c - stub functions for i/o and memory allocation
*
* libpng version 1.2.8 - December 3, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 19
www.eeworm.com/read/350097/3135174
c ialloc.c
/*
* ialloc.c
*
* PURPOSE
* Inode allocation handling routines for the OSTA-UDF(tm) filesystem.
*
* CONTACTS
* E-mail regarding any portion of the Linux UDF file system should be
* directed to
www.eeworm.com/read/350097/3135187
c balloc.c
/*
* balloc.c
*
* PURPOSE
* Block allocation handling routines for the OSTA-UDF(tm) filesystem.
*
* CONTACTS
* E-mail regarding any portion of the Linux UDF file system should be
* directed to
www.eeworm.com/read/340665/3276067
c 900519_09.c
// g++ 1.37.1 bug 900519_09
// g++ allows the allocation of const objects via operator new even when
// these uses of operator new do not include initializations.
// This is inconsistant within the