代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/340665/3283773

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/337546/3330757

c mmu_context_64.c

/* * MMU context allocation for 64-bit kernels. * * Copyright (C) 2004 Anton Blanchard, IBM Corp. * * This program is free software; you can redistribute it and/or * modify
www.eeworm.com/read/337546/3331489

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/337074/3343950

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/329411/3431944

c pngerror.c

/* pngerror.c - stub functions for i/o and 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,
www.eeworm.com/read/324920/3489685

c mmu_context_64.c

/* * MMU context allocation for 64-bit kernels. * * Copyright (C) 2004 Anton Blanchard, IBM Corp. * * This program is free software; you can redistribute it and/or * modify
www.eeworm.com/read/324920/3490334

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/322960/3519384

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/316872/3587913

c mmu_context_64.c

/* * MMU context allocation for 64-bit kernels. * * Copyright (C) 2004 Anton Blanchard, IBM Corp. * * This program is free software; you can redistribute it and/or * modify
www.eeworm.com/read/316872/3589026

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