代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/366702/2877616

f90 alloc_comp_assign_1.f90

! { dg-do run } ! Test assignments of derived type with allocatable components (PR 20541). ! ! Contributed by Erik Edelmann ! and Paul Thomas !
www.eeworm.com/read/366702/2877713

f90 alloc_comp_constructor_2.f90

! { dg-do run } ! Test constructors of nested derived types with allocatable components(PR 20541). ! ! Contributed by Erik Edelmann ! and Paul Thomas
www.eeworm.com/read/366702/2877715

f90 alloc_comp_basics_1.f90

! { dg-do run } ! { dg-options "-O2 -fdump-tree-original" } ! ! Check some basic functionality of allocatable components, including that they ! are nullified when created and automatically deallocated
www.eeworm.com/read/366702/2877759

f90 alloc_comp_basics_5.f90

! { dg-do run } ! This checks the correct functioning of derived types with the SAVE ! attribute and allocatable components - PR31163 ! ! Contributed by Salvatore Filippone
www.eeworm.com/read/359756/2973226

h mp3dec_alloc_tab.h

/*////////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of
www.eeworm.com/read/359756/2973281

c mp3dec_alloc_tab.c

/*////////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of
www.eeworm.com/read/238485/13882947

c stralloc_eady.c

#include "alloc.h" #include "stralloc.h" #include "gen_allocdefs.h" GEN_ALLOC_ready(stralloc,char,s,len,a,i,n,x,30,stralloc_ready) GEN_ALLOC_readyplus(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplu
www.eeworm.com/read/121395/14757678

c stralloc_eady.c

#include "alloc.h" #include "stralloc.h" #include "gen_allocdefs.h" GEN_ALLOC_ready(stralloc,char,s,len,a,i,n,x,30,stralloc_ready) GEN_ALLOC_readyplus(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplu
www.eeworm.com/read/382128/9047380

cpp layer2.cpp

#include "mpg123.h" #include "l2tables.h" static int grp_3tab[32 * 3] = { 0, }; static int grp_5tab[128 * 3] = { 0, }; static int grp_9tab[1024 * 3] = { 0, }; real muls[27][64];
www.eeworm.com/read/184890/9067235

cpp framis.cpp

//: C13:Framis.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Local overloaded new & delete #i