代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/273740/4194896

c dvma.c

/* * Virtual DMA allocation * * (C) 1999 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * * 11/26/2000 -- disabled the existing code because it didn't work for * me in 2.4. Replaced with a s
www.eeworm.com/read/443386/1743096

c dvma.c

/* * Virtual DMA allocation * * (C) 1999 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * * 11/26/2000 -- disabled the existing code because it didn't work for * me in 2.4. Replaced with a sig
www.eeworm.com/read/443363/1750215

c 例1-2.c

/* Note:Your choice is C IDE */ #include #include main() { char * str; if((str=(char * )malloc(10))==NULL) { printf("\n Allocation is failed."); e
www.eeworm.com/read/440906/1777699

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
www.eeworm.com/read/440906/1785449

h stl_pthread_alloc.h

// Wrapper of pthread allocation header -*- C++ -*- // Copyright (C) 2001 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can
www.eeworm.com/read/439082/1813696

c dvma.c

/* * Virtual DMA allocation * * (C) 1999 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * * 11/26/2000 -- disabled the existing code because it didn't work for * me in 2.4. Replaced with a s
www.eeworm.com/read/439082/1819402

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/439082/1819416

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/435045/1866293

c 例1-2.c

/* Note:Your choice is C IDE */ #include #include main() { char * str; if((str=(char * )malloc(10))==NULL) { printf("\n Allocation is failed."); e
www.eeworm.com/read/431110/1912341

h talloc.h

#ifndef _TALLOC_H_ #define _TALLOC_H_ /* Unix SMB/CIFS implementation. Samba temporary memory allocation functions Copyright (C) Andrew Tridgell 2004 This program is free software; y